Last updated 1 year ago
Was this helpful?
The Exp() function calculates the e-number raised to the power n, where n is an number.
the e-number
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a number. Returns Invalid expression if the parameter is not a valid number.
Invalid expression
Exp(
number
)
Exp(10) => 22026.4657948067
Exp(10)
Exp() => Invalid expression
Exp()
numeric
a numeric value.
Exp(0)
1
Exp(-0.6)
0.548812
Exp(-1000)
0
22026.4658