Copyright © tutorialspoint.com
exp EXPR
exp
Returns e (the natural logarithm base) to the power of EXPR. If EXPR is omitted, gives exp($_).
Nothing.
Following are the usage...
#!/usr/bin/perl $var = exp(2); print "Value of e**2 = $var\n"; This will produce Value of e**2 = 7.38905609893065