the function is actually e to the power of x
or e to the power of -x.........
Is there any one can help me in programming exponential function with Perl Language??
Perl's built-in function 'exp' does exactly that. What do you need help with?
print exp(3), "\n";
print exp(-3);
sim cards
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment