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