bcdmul Function (Macro)

timath.h

bcd bcdmul (bcd x, bcd y);

BCD multiplication.

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


Uses: fmul