Search | Google it | Results 1 - 3 of 3 for funcall:expm1f (0.00 seconds) |
35: if(ix<0x3eb17218) { 36: t = expm1f(fabsf(x)); 37: w = one+t;
38: if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ 39: t = expm1f(fabsf(x)); 40: if(ix<0x3f800000) return h*((float)2.0*t-t*t/(t+one));
42: if (ix>=0x3f800000) { /* |x|>=1 */ 43: t = expm1f(two*fabsf(x)); 44: z = one - two/(t+two);