bcdadd Function (Macro)

timath.h

bcd bcdadd (bcd x, bcd y);

BCD addition.

bcdadd is principally the same as fadd, 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, bcdadd and fadd are the same routine.


Uses: fadd