Tests if a value is a computable number.
#include <math.h> int signbit(x);
x
A float, double, or long double value to test.
This macro returns true if x is negative.
This facility may not be available on configurations of the EWL that run on platforms that do not have floating-point math capabilities.