Format: AllC/C++CSSTextshell script Advanced Search
39: /* Handle comparisons of signed zeroes. */ 40: if (signbit(x) != signbit(y)) 41: if (signbit(y)) 42: return (y);