Searched defs:expm1 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_expm1.c23 /* expm1(x)
35 * 2. Approximating expm1(r) by a special rational function on
61 * expm1(r) = exp(r)-1 is then computed by the following
65 * expm1(r) = r + --- + --- * [--------------------]
69 * expm1(r+c) = expm1(r) + c + expm1(r)*c
70 * ~ expm1(r) + c + r*c
72 * expm1(r+c). Now rearrange the term to avoid optimization
76 * expm1(
137 expm1(double x) function
[all...]
/vbox/include/iprt/nocrt/
H A Dmath.h266 double RT_NOCRT(expm1)(double);
625 # define expm1 RT_NOCRT(expm1) macro

Completed in 49 milliseconds