Format: AllC/C++CSSTextshell script Advanced Search
43: /* Handle comparisons of signed zeroes. */ 44: if (signbit(x) != signbit(y)) 45: if (signbit(x)) 46: return (y);