Infinity, the function returns Infinity. 2. If either x or y is NaN, the function returns NaN. 3. If both x and y are 0, and the sign bit of x is Negative, meaning Signbit(x) is true, then it returns y. This scenario addresses the comparison between -0.0 and 0.0. Source Code Prior to the built-in min and max functions