gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:log1p from t2ex/bsd_source/lib/libc/src_bsd/math/e_atanh.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_atanh.c - 1.9KB - 71 lines
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;