EXP
Calculates Eulerβs number, e, raised to the power of the specified value.
Syntax
EXP(numeric_expression NUMERIC) β FLOAT
numeric_expression: The exponent value to raise e to. This must be
DOUBLE
,INTEGER
, orFLOAT
.
Examples
EXP example
EXP example
Last updated