Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Releases: Coder-Spirit/php-bignumbers

0.8.6

31 Aug 04:47
Compare
Choose a tag to compare

Bugfixes :

  • Fixed issue #60 .

0.8.5

05 Jul 07:42
Compare
Choose a tag to compare

Bugfixes:

  • Fixed issue #58 .

0.8.4

25 Jun 10:51
Compare
Choose a tag to compare

Bugfixes:

  • Fixed issue #55 .

0.8.3

30 Apr 19:08
Compare
Choose a tag to compare

Bugfixes:

  • Fixed issue #53 (division by zero)

Breaking changes

  • Removed the ability to erase trailing zeroes

0.8.2

03 Apr 15:22
Compare
Choose a tag to compare

Breaking changes

  • Throw more specific errors

0.8.1

03 Apr 14:32
Compare
Choose a tag to compare

Breaking changes

  • Declare strict types at the Decimal class level.

0.8

03 Apr 13:06
Compare
Choose a tag to compare
0.8

Improvements

  • Improved strict type hinting
  • Minor performance improvements

Dependencies

  • Removed dependencies on deprecated libraries
  • Upgraded PHPUnit dependency

Breaking changes

  • Removed support for PHP 5.*
  • Removed support for HHVM

0.7.3

15 Dec 08:10
Compare
Choose a tag to compare

New features

  • Added sec method.
  • Aded arcsine method.
  • Added cosec method.
  • Added arctan method.

Other

  • Updated dependencies

0.7.2 Release

03 Apr 19:28
Compare
Choose a tag to compare

New features

  • Added cotan method.

Bugfixes

  • Fixed a bug in the internal method innerRound, which caused (small) errors rounding negative numbers.

0.7.1 Release

01 Apr 09:38
Compare
Choose a tag to compare

Bugfixes:

  • Fixes on mod, ceil and floor.
  • Trigonometric functions:
    • Infinite values handling.
    • Real values out of domain handling.
  • pow method:
    • Infinite values handling.
    • pows of negative values (but there is extra work to do yet: mainly with rational exponents, see #22).