PHP Classes / Big Number Calculator

Add arbitrary precision numbers in pure PHP

Big Number Calculator PHP Class

This class can be used to add arbitrary precision numbers in pure PHP. It takes two decimal numbers represented as strings of unlimited length and performs an addition digit by digit. The result is another decimal number represented as a string.

Similar PHP Classes

Search in PHP Classes

Filter by tags