exp function — Computes exponential
float exp(float x) double exp(double x) long double exp(long double x)
The exp function returns e x. If x is too large, a range error occurs.
exp
e
x
log function, pow function