#include <math.h>
double exp (double x );
double exp
The exp function computes the exponential function of x. A range error occurs if the magnitude of x is too large.
The exp function returns the exponential value.