הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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.Expreturns null.
Example
Raise e to the power of 3.
Usage
Number.Exp(3)
Output
20.085536923187668