7.12.14.6 The isunordered macro
Synopsis
#include <math.h>
int isunordered(real-floating x, real-floating y);
Description
The isunordered macro determines whether its arguments are unordered.
Returns
The isunordered macro returns 1 if its arguments are unordered and 0 otherwise.