Skip to content

Releases: peteroupc/numbers-java

Version 1.8.2

02 Jul 14:24
Compare
Choose a tag to compare
v1.8.2

Version 1.8.2

Version 1.8.1

30 Jun 11:27
Compare
Choose a tag to compare
v1.8.1

Edit README; edit pom.xml for project

Version 1.8.0

29 Apr 17:06
Compare
Choose a tag to compare
v1.8.0

Version 1.8.0

Version 1.3.0

30 May 21:09
Compare
Choose a tag to compare
v1.3.0

Version 1.3.0

Version 1.0.0

11 Aug 18:17
Compare
Choose a tag to compare
v1.0.0

Version 1.0

Version 0.3.0

15 Nov 15:26
Compare
Choose a tag to compare

Version 0.3:

  • Deprecated ERational constructor
  • Added many type conversion 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

Version 0.2.1

15 Feb 17:52
Compare
Choose a tag to compare

Version 0.2.1:

  • Fixed corner cases in EFloat's ToSingle and ToDouble methods

Version 0.2.0

03 Feb 11:34
Compare
Choose a tag to compare

Version 0.2:

  • Performance improvements
  • Added several overloads for DivideToExponent method
  • GCD code in EInteger rewritten
  • Added CopySign, CompareToTotal, and CompareToTotalMagnitude
    methods to EDecimal and EFloat.
  • Renamed several methods in EDecimal and EFloat
  • RoundToIntegral* methods renamed to RoundToInteger* methods
  • Renamed some EInteger integer conversion methods; added
    CanFitInInt64, GetUnsignedBitLengthAsEInteger,
    and GetLowBitAsEInteger methods
  • Several operators added to EDecimal in C# version
  • Rewrote code that converts from decimal to binary floating-point;
    add ToEFloat method taking an EContext in EDecimal
  • Added ToShortestString method in EFloat
  • Add UnlimitedHalfEven EContext object
  • Bug fixes

Version 0.1.0

10 Jan 12:30
Compare
Choose a tag to compare

Initial release