github govalues/decimal v0.1.34

latest releases: v0.1.36, v0.1.35
20 months ago

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.

Don't miss a new decimal release

NewReleases is sending notifications on new releases.