Search | Google it | Results 1 - 1 of 1 for funcall:logf from t2ex/bsd_source/lib/libc/src_bsd/math/e_acoshf.c (0.00 seconds) |
34: } else 35: return logf(x)+ln2; /* acosh(huge)=log(2x) */ 36: } else if (hx==0x3f800000) { 39: t=x*x; 40: return logf((float)2.0*x-one/(x+sqrtf(t-one))); 41: } else { /* 1<x<2 */