#include <math.h>
double exp( double real );
This function returns ereal where e is the base of the natural logarithm.
See also pow().
Back to Essential C Functions.