Search | Google it | Results 1 - 1 of 1 for funcall:log from t2ex/bsd_source/lib/libc/src_bsd/math/e_acosh.c (0.00 seconds) |
51: } else 52: return log(x)+ln2; /* acosh(huge)=log(2x) */ 53: } else if(((hx-0x3ff00000)|lx)==0) { 56: t=x*x; 57: return log(2.0*x-one/(x+sqrt(t-one))); 58: } else { /* 1<x<2 */