Skip to content

Releases: tiny-blocks/math

v3.4.0

31 Oct 17:08
b4f8cb5
Compare
Choose a tag to compare
  • Adds an absolute method to return the absolute value of a BigNumber instance.

v3.3.0

31 Oct 16:39
5819053
Compare
Choose a tag to compare
Release/3.3.0 (#23)

v3.2.0

31 Oct 01:52
06fb231
Compare
Choose a tag to compare
  • Adds implementation for NegativeBigDecimal.

v3.1.0

07 Oct 14:54
9b145b4
Compare
Choose a tag to compare
  • Adjusts exception messages and tests.

v3.0.2

07 Oct 13:42
800c0b8
Compare
Choose a tag to compare
  • Allow extension of BigDecimal and PositiveBigDecimal classes.

v3.0.1

07 Oct 13:21
9a67af9
Compare
Choose a tag to compare
  • Allow extension of BigDecimal and PositiveBigDecimal classes.

v3.0.0

07 Oct 13:03
ad40c95
Compare
Choose a tag to compare
  • Separation of fromString and fromFloat 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 with fromString and fromFloat, covering different scenarios to ensure accuracy and consistent behavior.

v2.1.0

05 Oct 00:10
1f056e4
Compare
Choose a tag to compare
  • Improves strict typing and tests.

v2.0.1

17 Jun 15:32
a217914
Compare
Choose a tag to compare
  • Fixes README.md and updates dependencies.

v2.0.0

08 Jun 22:21
776d7cc
Compare
Choose a tag to compare
  • Updates PHP to version 8.2.