Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@peteroupc peteroupc released this 04 Jul 12:25
· 107 commits to master since this release

Version 1.7.0

  • Added overloads to string-to-number methods that take char[] and byte[] arrays.
  • Added methods that convert EDecimal, EFloat, and ERational to and from raw bits that follow IEEE 754 binary floating-point formats (To/FromDoubleBits, To/FromSingleBits).
  • Added Log1P and ExpM1 methods to EDecimal and EFloat
  • Added 'long' overloads to several arithmetic methods
  • Added implication and equivalence (Imp/Eqv) methods and an nth-root method to EInteger