Function exp

Top 

Declaration:

float exp(float x);

Description

The exp function raises number e to the power x. The argument shall range from -88.72280 to 88.72280.

Returned value

The exp function returns the value of e raised to the power x.