Definition | #include <math.h> double expm1(double x); These functions compute ex-1.0 | |
Returnwert |
| if successful. |
| depending on the function type, if an overflow occurs. | |
Notes | For small x values, the result of This function can also be used to precisely represent inverse hyperbolic functions. | |
Example | The following program calculates ex for an input value x. | |
See also | exp, log1p |