bcddiv Function (Macro)

timath.h

bcd bcddiv (bcd x, bcd y);

BCD division.

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


Uses: fdiv