MicrOS
|
#include "../math.h"
Functions | |
float | expf (float x) |
Compute exponential function. More... | |
float expf | ( | float | x | ) |
Compute exponential function.
The expf 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. |