Releases: elliotjreed/php-maths
Releases · elliotjreed/php-maths
7.0.0
6.2.0
Allows Number and NumberImmutable in method types for each.
6.1.1
Internal string number formatting improvements
6.1.0
Allows Number
and NumberImmutable
to take instances of Number and
NumberImmutable`.
6.0.0
Improves handling of floats and internal string numbers, adds support for scientific notation, and throws exception when a non-numeric argument is provided.
5.0.0
Adds division by zero exception for the divide
method, and improves PHPDoc comments.
4.0.0
Adds percentage increase and decrease methods.
3.2.0
Retains precision from original NumberImmutable
instance when returning new NumberImmutable
instance.
3.1.0
Extracts common functionality to abstract class
3.0.0
Adds NumberImmutable
class returning new instances of NumberImmutable
.