Name

exp function — Computes exponential

Synopsis

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.