Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@peteroupc peteroupc released this 30 May 21:08
· 381 commits to master since this release
  • Improve performance of EDecimal.CompareToBinary in certain cases
  • Fix ERational.ToSingle method
  • Add EInteger overloads to EInteger.GetSignedBit, EInteger.GetUnsignedBit, EInteger.ShiftLeft, and EInteger.ShiftRight
  • Add GetDigitCountAsEInteger and GetSignedBitLengthAsEInteger methods to EInteger class
  • Check for overflow in GetLowBit, GetDigitCount, GetUnsignedBitLength, and
    GetSignedBitLength methods in EInteger class; deprecate those methods
  • Add FromBoolean methods to EDecimal, EFloat, and ERational