Skip to content

Releases: JohnAD/decimal128

Added addition and subtraction

14 Jun 19:54

Choose a tag to compare

Library still only supports "Bankers Rounding to Even" for it's rounding support.

Added proper scale and precision support

01 Jun 17:02

Choose a tag to compare

See the following procedures for the changes:

  • newDecimal
  • getPrecision and setPrecision
  • getScale and setScale

Initial release

09 May 03:56

Choose a tag to compare

Supports encoding/decoding and basic setup.