Releases: tiny-blocks/math
Releases · tiny-blocks/math
v3.4.0
v3.3.0
Release/3.3.0 (#23)
v3.2.0
- Adds implementation for NegativeBigDecimal.
v3.1.0
- Adjusts exception messages and tests.
v3.0.2
- Allow extension of
BigDecimal
andPositiveBigDecimal
classes.
v3.0.1
- Allow extension of
BigDecimal
andPositiveBigDecimal
classes.
v3.0.0
- Separation of
fromString
andfromFloat
methods:BigNumber
instances can now be created using distinct methods for strings and floats, ensuring greater precision and control. - Refined testing: Separate tests for creating
BigNumber
instances withfromString
andfromFloat
, covering different scenarios to ensure accuracy and consistent behavior.
v2.1.0
- Improves strict typing and tests.
v2.0.1
- Fixes README.md and updates dependencies.
v2.0.0
- Updates PHP to version 8.2.