cc [ flags ] -I/usr/local/include file(s) -L/usr/local/lib -lmcw [ ... ] #include <mathcw.h> extern int isgreaterequalf (float x, float y); extern int isgreaterequal (double x, double y); extern int isgreaterequall (long double x, long double y); extern int isgreaterequalw (__float80 x, __float80 y); extern int isgreaterequalq (__float128 x, __float128 y); extern int isgreaterequalll (long_long_double x, long_long_double y); extern int isgreaterequaldf (decimal_float x, decimal_float y); extern int isgreaterequald (decimal_double x, decimal_double y); extern int isgreaterequaldl (decimal_long_double x, decimal_long_double y); extern int isgreaterequaldll (decimal_long_long_double x, decimal_long_long_double y);
NB: Functions with prototypes containing underscores in type names may be available only with certain extended compilers.