Releases: lbressler13/exact-numbers
Releases · lbressler13/exact-numbers
v1.0.2
What's Changed
- Fix ExactFraction parsing of large numbers by @lbressler13 in #45
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
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
v0.1.0
Update package structure to place code under xyz.lbres.exactnumbers instead of exactnumbers
v0.0.9
v0.0.8
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