Skip to content

v0.1.9

Latest
Compare
Choose a tag to compare
@neogenie neogenie released this 01 Jan 09:19

Breaking changes

  • Replace decimal::Category with core::num::FpCategory.

Changed

  • Micro-optimizations in rounding.
  • Make .from_parts() constructor public (Way to directly create decimals with scale without dividing? #3).

Added

  • Implement TryFrom<Decimal> for UnsignedDecimal and From<UnsignedDecimal> for Decimal traits.

Fixed

  • Fixed minor issues with ceil/floor rounding.