EXP
Description
EXP
is a row function that raises the mathematical constant e
to the power (exponent) of a numeric value and returns a value of type DOUBLE
.Syntax
EXP
(power
)Return Value
Returns one value per row of type
DOUBLE
.Input Parameters
- power
- Required. A field or expression of a numeric type.
Examples
Raise
e
to the power in the Value
field.EXP([Value])
When the
Value
field value is 2.0, the result is equal to 7.3890 when truncated to four decimal places.