minNaN

Returns the minimum of x and y, favouring NaNs over numbers

If both x and y are numbers, the minimum 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.

real
minNaN
(
real x
,
real y
)

Meta