ConFoo Montreal 2026: Call for Papers

Voting

: min(eight, seven)?
(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