gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:floor from t2ex/bsd_source/lib/libc/src_bsd/math/s_round.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_round.c - 2.1KB - 65 lines
45:         if (x >= 0.0) {
46:                 t = floor(x);
47:                 if (t - x <= -0.5)
50: } else { 51: t = floor(-x); 52: if (t + x <= -0.5)