This is an old version, view current version.
12.5 Real arguments to logical operators operator&&
, operator||
, and operator!
Deprecated: A nonzero real number (even NaN) is interpreted as true and a zero is interpreted as false.
Replacement: Explicit x != 0
comparison is preferred instead.