Login   Register  
PHP Classes
elePHPant
Icontem

Class: Big Number Calculator

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Protung Dragos  >  Big Number Calculator  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Big Number Calculator
Base name: bignumbercalculator
Description: Add arbitrary precision numbers in pure PHP
Related classes: ,
Version: -
PHP version: 5
License: GNU Lesser General Public License (LGPL)
All time users: 930 users
All time rank: 3121
Week users: 2 users
Week rank: 1677
Picture of Protung Dragos
Author: Protung Dragos is available for providing paid consulting. Contact Protung Dragos .
Packages: 9 Browse this author's classes Browse this author's classes
Country: Germany Germany - PHP jobs in Germany
Age: 28
All time rank: 547 in Germany Germany
Week rank: 34 Up1 in Germany Germany Up
Innovation award
Innovation award
Nominee: 3x


  Detailed description  
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.

 

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Math Math related classes. View top rated classes

  Rate classes User ratings   Applications   Files Files  

  Innovation Award  
PHP Programming Innovation award nominee
December 2006
Number 5
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

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file calculator.php Class Main class
Plain text file example.php Example Example of usage
Plain text file license.txt Lic. License file
Plain text file readme.txt Doc. Documentation

Download all files: bignumbercalculator.tar.gz bignumbercalculator.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.