Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 765 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 765 Bytes

adder_pro Build Status

About

adder_pro is python2.7 library for adding in exponentional time. For example adding 2000000 to 2000000 takes almost 2 secundes on i7!

Library is early stage so we're waiting for donations to gather resources for further extension.

Donate

If you want to donate to adder_pro authors please contact: [email protected]

Usage

For adding two integers do:
python adder -a 10000 -b 10000

For adding two floats do:
python adder -a 10000.1 -b 10000.9 -f

License, Copyright

MIT License

See source header for full and most current Copyright attributions.