Compute the value of a e raised to a specified power.
e
A numeric expression representing the power of e.
Returns e (the base of natural logarithms) raised to a power.
0.1.0
exp(2)// => 7.38905609893 Copy
exp(2)// => 7.38905609893
Compute the value of a
e
raised to a specified power.