Returns the maximum of x and y, favouring NaNs over numbers
If both x and y are numbers, the maximum is returned. If both parameters are NaN, either will be returned. If one parameter is a NaN and the other is a number, the NaN is returned.
See Implementation
Returns the maximum of x and y, favouring NaNs over numbers
If both x and y are numbers, the maximum is returned. If both parameters are NaN, either will be returned. If one parameter is a NaN and the other is a number, the NaN is returned.