JavaScript Editor js editor     Web development 



Main Page

Returns the value of ex where x is a specified numeric expression.

EXP(nExpression)

Parameters

nExpression


Specifies the exponent, x, in the exponential expression ex.

Return Value

Numeric

Remarks

The value of e, the base of natural logarithms, is approximately 2.71828. The number of decimal places returned by EXP(В ) is specified with SET DECIMALS.

Example

В Copy Code
? EXP(0)  && Displays 1.00
? EXP(1)  && Displays 2.72

See Also



JavaScript Editor js editor     Web development