signbit()

Tests if a value is a computable number.

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

x

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

Remarks

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.