The exp function

Name

exp -- 

Synopsis

#include <math.h>

double exp (double x );

Description

The exp function computes the exponential function of x. A range error occurs if the magnitude of x is too large.

Returns

The exp function returns the exponential value.