Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@peteroupc peteroupc released this 16 Jun 06:58
· 371 commits to master since this release
  • Added EDecimals and EFloats class that implements more methods for arbitrary-precision decimal and binary numbers
  • Increment and decrement operators added to EInteger, EDecimal, EFloat, and ERational classes
  • Allowed EDecimal values in (-1, 0) to EDecimal's *Checked methods, to conform to documentation.
  • Added WithNoFlagsOrTraps method and HasFlagsOrTraps property to EContext
  • Add Mod(int), Pow(int), and FromBoolean methods to EInteger
  • Add And, Not, Xor, and Or methods to EInteger.cs
  • Add Copy method to EDecimal, EFloat, and ERational
  • Add CompareToTotalMagnitude overload to EDecimal, EFloat, and ERational
  • Deprecated Odd and ZeroFiveUp rounding modes
  • Bug fixes and performance improvements