expm1, expm1f, expm1l Functions in C
expm1(), expm1f(), expm1l() were introduced with C99, and are available under the <math.h> header file. These are used to calculate the Euler's Number, e (2.7182818) raised to a power equal to the provided parameter minus 1.0, i.e ex - 1. expm1(x), expm1f(x), exmp1l(x) = ex - 1 Example: double