exp function

float exp(x)

x float

Returns the base-e exponential function of x; this is the e number raised to the power x.

Related