Thursday, July 30, 2009

Exponentiation of a scalar variable to the power of e in perl. How?

Maybe something like this:





$a=$b**e;





'e ' being the constant e

Exponentiation of a scalar variable to the power of e in perl. How?
my $e = exp(1);





$a = $b ** $e;

greeting cards

No comments:

Post a Comment