EXP
Syntax:
EXP ( x )
Description: Computes ex, where the constant e is the base of the natural logarithm.
Arguments:
Name |
Type |
Description |
---|---|---|
x |
number |
The exponent to which e is to be raised. |
Return Type and Value: number – ex.
However, if x is too large for the result to be representable, #NUM!
is returned.
example: