Returns exponential of x.
exp(x)
Parameter
Type
Description
x
number
Numeric value
import math y = math.exp(2.5)
y = exp(2.5)