Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

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  >  readme.txt  >  Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Big Number Calculator
Add arbitrary precision numbers in pure PHP
Author: By
Last change:
Date: 2006-11-22 01:48
Size: 1,116 bytes
 

Contents

Class file image Download
       _____________________________________________________

                   Calculator - Version 1
                         November 2006
       _____________________________________________________

                Copyright (c) 2006 Dragos Protung

_______________________

CONTENTS
_______________________

1. Description
2. System Requirements
3. How to use
4. Contact

_______________________

1. Product Description
_______________________

A PHP class that can add positive floating numbers with precision even if they are infinite big.

_______________________

2. System Requirements
_______________________

PHP 5.x

______________

3. How to use
______________

Create a new object
$calc = new calculator();

You can add numbers using the addNumber method like
	$calc->addNumber("9283476109487129740712657109832.78");
		or
	$calc->addNumber("4386120876213943720417240982137.23");

To get the result use call $calc->calc();

______________

3. Contact
______________

Please send your suggestions, bug reports and general feedback to dragos@protung.ro
Also visit http://www.protung.ro


Out for now ;)