Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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