isnan()

Tests if a value is a computable number.

  #include <math.h>  
  int isnan(x);    
Parameter

x

A float, double, or long double value to test.

Remarks

This function returns true if x is not a number.

This facility may not be available on configurations of the EWL that run on platforms that do not have floating-point math capabilities.