bcdcmp Function (Macro)

timath.h

long bcdcmp (bcd x, bcd y);

BCD comparation.

bcdcmp is principally the same as fcmp, but instead of ordinary floats, its arguments are bcd structures (which represent internal organization of floating point values in TIOS). At the fundamental level, bcdcmp and fcmp are the same routine.


Uses: fcmp