Friday, May 21, 2010

Is there any one can help me in programming exponential function with Perl Language??

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

No comments:

Post a Comment