syntax:functions:exp
Table of Contents
Exp(power)
Category: Number function
Description
This function raises the mathematical constant e1) to the power of the argument power.
Arguments
Argument | Type | Description |
---|---|---|
power | Number | The exponent to raise e to. |
Return value type: Number
Remarks
If you are looking to raise one number to the power of another number, refer to the Pow(number, power) function.
Examples
exp(1) //Returns 2.71828182845904
exp(2) //Returns 7.38905609893065
See also
1)
e is an important mathematical constant with the value of approximately 2.718.
syntax/functions/exp.txt · Last modified: 2021/08/11 15:16 by craigt