7.12.14.6 The isunordered macro

Synopsis

1

#include <math.h>
int isunordered(real-floating x, real-floating y);

Description

2

The isunordered macro determines whether its arguments are unordered.

Returns

3

The isunordered macro returns 1 if its arguments are unordered and 0 otherwise.