 |
|
Innovation award
 Nominee: 3x |
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.
 December 2006
Number 5
Prize: One subscription to the PDF edition of the magazine by PHP Architect |
Arbitrary precision numbers can be used to perform mathematical operations without loosing the precision of the results.
PHP applications can use the bcmath extension to perform arbitrary precision operations. However, this extension is not always available in all PHP installations.
This class provides a pure PHP based solution to perform basic operations with arbitrary precision numbers. It can be used in environments where bcmath extension is not available.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|