gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fabs from t2ex/bsd_source/lib/libc/src_bsd/math/e_jn.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_jn.c - 9.3KB - 261 lines
70:         sgn = (n&1)&(hx>>31);  /* even n -- 0, odd n -- sign(x) */
71:         x = fabs(x);
72:         if((ix|lx)==0||ix>=0x7ff00000)         /* if x is 0 or inf */
174: v = two/x; 175: tmp = tmp*log(fabs(v*tmp)); 176: if(tmp<7.09782712893383973096e+02) {