       _____________________________________________________

                   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 ;)