EXP returns the exponential function, e to the power of a number. The return value has the same data type as the argument.
Syntax
EXP ( exponent )
Semantics
exponent |
is an expression of type INTEGER or DOUBLE PRECISION |
Examples
EXP(1.0)
Result: 2.71828182845905