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