Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@peteroupc peteroupc released this 15 Nov 15:24
· 536 commits to master since this release

Version 0.3:

  • Deprecated ERational constructor
  • Added many type conversion operators and methods
    to EDecimal, EFloat, ERational, and EInteger
  • Added FromString, CompareToTotal, and
    CompareToTotalMagnitude methods to ERational
  • An overload of RoundToExponentExact in EDecimal is
    no longer obsolete and uses the rounding mode specified
  • Used a new division implementation in EInteger
  • Used the new division implementation to optimize conversion
    of huge EIntegers to decimal strings
  • Bug fixes