bcdsub Function (Macro)

timath.h

bcd bcdsub (bcd x, bcd y);

BCD substraction.

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


Uses: fsub