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