exp()

Syntax:

#include <math.h>
double exp( double arg );



Description:
The exp() function returns e (2.7182818) raised to the argth power.

Related Topics:
log()

Vadim avatar

Vadim