Format: AllC/C++CSSTextshell script Advanced Search
40: if (x >= 0.0) { 41: t = floorf(x); 42: if (t - x <= -0.5) 45: } else { 46: t = floorf(-x); 47: if (t + x <= -0.5)