bcmath

The BCMath extension in PHP provides functions for arbitrary precision mathematics

The BCMath extension in PHP provides functions for arbitrary precision mathematics, enabling precise calculations on large numbers. This extension is included by default, but it must be enabled in the `php.ini` file. Uncomment the line `;extension=bcmath` by removing the semicolon, then restart your web server to use BCMath.

Already included with PHP.