bcdneg Function (Macro)

timath.h

bcd bcdneg (bcd x);

BCD negation.

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


Uses: fneg