[Contents] [Previous Section] [Next Section] [Index]


unordered-Check for x Unordered with Respect to y

Interface

int unordered (F_TYPE x, F_TYPE y)

Description

unordered(x,y) returns the value 1 (true) if x, y, or both, are a NaN and returns the value 0 (false) otherwise.

Exceptions

None.


[Contents] [Previous Section] [Next Section] [Index]