Search | Google it | Results 1 - 1 of 1 for funcall:log1p from t2ex/bsd_source/lib/libc/src_bsd/math/e_atanh.c (0.00 seconds) |
57: t = x+x; 58: t = 0.5*log1p(t+t*x/(one-x)); 59: } else 60: t = 0.5*log1p((x+x)/(one-x)); 61: if(hx>=0) return t; else return -t;