Skip to content

v0.1.34

Latest
Compare
Choose a tag to compare
@eapenkin eapenkin released this 27 Dec 07:55
94aa894

Added

  • Implemented Mean, Decimal.Pow, Decimal.Log2, Decimal.Log10.

!!! Breaking Change !!!

Due to wrong behaviour of some database drivers, the following changes were made:

  • Decimal.MarshalBinary produces the same output as Decimal.MarshalText.
  • Decimal.UnmarshalBinary expects the same input as Decimal.UnmarshalText.

All BCD encoding related code was removed.