Skip to content

Releases: lbressler13/exact-numbers

v1.0.2

20 Feb 08:36
c59fb88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Feb 05:47
814cec0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Feb 05:14
18d5ab6
Compare
Choose a tag to compare

What's Changed

  • Create IrrationalNumber class, and update all Irrational values to the IrrationalNumber class
  • Convert Term to a Number, and add more general constructor
  • Add isWholeNumber and roundToWhole methods to ExactFraction, and allow use of Int, Long, and BigInteger values in the pow method

Changes to class/function signatures: https://github.com/lbressler13/exact-numbers/blob/main/signatures/v1.0.0/updates.md

Full Changelog: v0.1.1...v1.0.0

v0.1.1

29 Aug 23:01
8d7af1f
Compare
Choose a tag to compare

What's Changed

*Fix issues with times and div operators in Sqrt

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Sep 09:01
98ce089
Compare
Choose a tag to compare

Update package structure to place code under xyz.lbres.exactnumbers instead of exactnumbers

v0.0.9

25 Sep 04:49
fbdb51c
Compare
Choose a tag to compare

What's Changed

  • Improvements to efficiency of square root functions

Full Changelog: v0.0.8...v0.0.9

v0.0.8

17 Jul 23:06
71e2755
Compare
Choose a tag to compare

What's Changed

  • Initial exact-numbers package, including representations rational numbers, logs, pi, and square roots
  • ExactFraction class is used for rational numbers
  • Term class is used to store products of rational and irrational numbers

Full Changelog: https://github.com/lbressler13/exact-numbers/commits/v0.0.8