Voting

: max(five, two)?
(Example: nine)

The Note You're Voting On

ScorpioT1000
5 years ago
function is_nan2($n) {
return $n !== $n;
}

is_nan2(NAN); // true

<< Back to user notes page

To Top