This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
Releases: Coder-Spirit/php-bignumbers
Releases · Coder-Spirit/php-bignumbers
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8
0.7.3
0.7.2 Release
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
Bugfixes:
- Fixes on
mod
,ceil
andfloor
. - 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).