Commit Graph

2 Commits

Author SHA1 Message Date
Anton Komarev
8c49635ac2 Improve big integer number formatting (#75) 2023-09-17 13:45:32 +03:00
Omar Brikaa
97f5f82760 Ability to provide a base number to be added to the counter (#74)
* Ability to provide a base number to be added to the counter

* baseNumber -> baseCount

* Throw an error if the base count or the final count is inappropriate

* BaseCount, Count -> Count & PHP_INT_MAX for max base count

* Remove unneeded comment

* Add negative count check in the constructor
2023-09-16 19:56:36 +03:00