/bcmath-extended-nullable

Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions.

Primary LanguagePHPMIT LicenseMIT

BCMath Extended

Learn more about it in its documentation.

A fork to allow nullable input arguments CI

This is a fork of krowinski/bcmath-extended adapted to allow nullable input arguments, which supports :

  • PHP 7.2 <-> 8.1

The following changes were applied to the dev dependencies :

  • Installing PHPStan to keep the code in good health