One thought on “General Decimal Arithmetic

  1. Jim Atkinson

    Not exactly direct support but close. You can use hex() or write a method to convert the BCD to a string of digits then to a Decimal object. See the decimal module.

Comments are closed.