Searched defs:T3 (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | expm1l.c | 68 * expm1(s)=2s/(2-R), R= s-s^2*(T1+s^2*(T2+s^2*(T3+s^2*(T4+s^2*T5)))) 72 * T3 = 6.613756613756613482074280932874221202424e-5L, 125 T3 = +6.613756613756613482074280932874221202424e-5L, variable 161 r = s - t * (T1 + t * (T2 + t * (T3 + t * (T4 + t * T5)))); 180 r = (x - t * (T1 + t * (T2 + t * (T3 + t * (T4 + t * T5))))) - two;
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | tgammal.c | 244 static const long double T3[] = { variable 245 +0.666666666666666666666666666666666634567834260213L, /* T3[0] */ 246 +0.400000000000000000000000000040853636176634934140L, /* T3[1] */ 247 +0.285714285714285714285696975252753987869020263448L, /* T3[2] */ 248 +0.222222222222222225593221101192317258554772129875L, /* T3[3] */ 249 +0.181818181817850192105847183461778186703779262916L, /* T3[4] */ 250 +0.153846169861348633757101285952333369222567014596L, /* T3[5] */ 251 +0.133033462889260193922261296772841229985047571265L, /* T3[6] */ 307 * log(x) - 1 = T1(n) + T2(j) + T3(s), where x = 2**n * y, 1<=y<2, 311 * T3( [all...] |
Completed in 62 milliseconds