User Tools

Site Tools


syntax:functions:exp

Exp(power)

Category: Number function


Description

This function raises the mathematical constant e1) to the power of the argument power.


Arguments

ArgumentTypeDescription
powerNumberThe 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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki