Category: Number function
This function raises the mathematical constant e1) to the power of the argument power.
Argument | Type | Description |
---|---|---|
power | Number | The exponent to raise e to. |
Return value type: Number
If you are looking to raise one number to the power of another number, refer to the Pow(number, power) function.
exp(1) //Returns 2.71828182845904
exp(2) //Returns 7.38905609893065