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.MarshalBinaryproduces the same output asDecimal.MarshalText.Decimal.UnmarshalBinaryexpects the same input asDecimal.UnmarshalText.
All BCD encoding related code was removed.