Returns e raised to the power of a given number.
The exponent to raise e to.
The value of e^exponent.
exp(1); // returns approximately 2.718exp(0); // returns 1 Copy
exp(1); // returns approximately 2.718exp(0); // returns 1
Returns e raised to the power of a given number.