Synopsis
#include <cruntime.h> int __float32_lt_0(float arg);
Description
__float32_lt_0 compares arg0 to zero. __float32_lt_0 returns zero if arg is zero or greater than zero, and a non-zero value if arg is less than zero.
Portability
__float32_lt_0 is a provided on all implementations of CrossWorks.