Saturday, July 22, 2017

How to use e^x or exp in perl language

#Alamgir, CSE, JUST

$x = 5;

$res  = exp($x);
print "$res\n\n";

No comments:

Post a Comment