- Category:
- Algorithm
- Tags:
-
[C/C++]
- File Size:
- 39kb
- Update:
- 2012-11-26
- Downloads:
- 1 Times
- Uploaded by:
- sphix
Description: You can use this library in a C++ rogram to do arithmetic on integers of size
limited only by your computer s memory. The library provides BigUnsigned and
BigInteger classes that represent nonnegative integers and signed integers,
respectively. Most of the C++ rithmetic operators are overloaded for these classes, so big-integer calculations are easy
To Search:
File list (Check if you may need any files):
bigint-2009.05.03
.................\.gitignore
.................\BigInteger.cc
.................\BigInteger.hh
.................\BigIntegerAlgorithms.cc
.................\BigIntegerAlgorithms.hh
.................\BigIntegerLibrary.hh
.................\BigIntegerUtils.cc
.................\BigIntegerUtils.hh
.................\BigUnsigned.cc
.................\BigUnsigned.hh
.................\BigUnsignedInABase.cc
.................\BigUnsignedInABase.hh
.................\ChangeLog
.................\Makefile
.................\NumberlikeArray.hh
.................\README
.................\run-testsuite
.................\sample.cc
.................\testsuite.cc