MicrOS
|
#include "../math.h"
Functions | |
double | exp (double x) |
Compute exponential function. More... | |
double exp | ( | double | x | ) |
Compute exponential function.
The exp functions compute the base-e exponential of x. A range error occurs if the magnitude of x is too large.
x | Value of the exponent. |