Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Number.Exp(number as nullable number) as nullable number
About
Returns the result of raising e to the power of number (exponential function).
number: Anumberfor which the exponential function is to be calculated. Ifnumberis null, Number.Exp returns null.
Example 1
Raise e to the power of 3.
Usage
Number.Exp(3)
Output
20.085536923187668