Search | Google it | Results 1 - 1 of 1 for funcall:floor from t2ex/bsd_source/lib/libc/src_bsd/math/e_lgamma_r.c (0.00 seconds) |
168: */ 169: z = floor(y); 170: if(z!=y) { /* inexact anyway */ 171: y *= 0.5; 172: y = 2.0*(y - floor(y)); /* y = |x| mod 2.0 */ 173: n = (int) (y*4.0);