Format: AllC/C++CSSTextshell script Advanced Search
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)