Tests if a value is a computable number.
#include <math.h> int isnan(x);
x
A float, double, or long double value to test.
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.