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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_expm1.c49 * R1(z) ~ 1.0 + Q1*z + Q2*z**2 + Q3*z**3 + Q4*z**4 + Q5*z**5
50 * where Q1 = -1.6666666666666567384E-2,
55 * (where z=r*r, and the values of Q1 to Q5 are listed below)
58 * | 1.0+Q1*z+...+Q5*z - R1(z) | <= 2
130 Q1 = -3.33333333333331316428e-02, /* BFA11111 111110F4 */ variable
192 r1 = one+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5))));

Completed in 32 milliseconds