4.129.79 int isnan
int isnan(double __x)
The function isnan() returns 1 if the argument __x represents a "not-a-number" (NaN) object, otherwise 0.
int isnan(double __x)
The function isnan() returns 1 if the argument __x represents a "not-a-number" (NaN) object, otherwise 0.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.