Search | Google it | Results 1 - 3 of 3 for funcall:expm1 (0.00 seconds) |
59: if(ix<0x3fd62e43) { 60: t = expm1(fabs(x)); 61: w = one+t;
60: if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ 61: t = expm1(fabs(x)); 62: if(ix<0x3ff00000) return h*(2.0*t-t*t/(t+one));
69: if (ix>=0x3ff00000) { /* |x|>=1 */ 70: t = expm1(two*fabs(x)); 71: z = one - two/(t+two);