6.4.5.  Determine if a number is a NaN (isnan)

This macro determines if the value of its argument is a NaN.

int isnan(real-floating x);

where real-floating can be type float, double, or long double.

Here, isnan returns:

It does not cause any errors or exceptions.

Copyright © 2002-2006 ARM Limited. All rights reserved.ARM DUI 0205G
Non-Confidential