big_code.cpp |
Encode two BigInt, with leading 0s if needed, and concatenate
|
5062 |
big_io.cpp |
Write the BigInt into a stream
|
1220 |
big_ops2.cpp |
t + s or t + s - p == t - (p - s)
So first compute ws = p - s
Then compute t + s and t - ws
If t - ws does not borrow, then that is the correct valued
|
6827 |
big_ops3.cpp |
Multiplication Operator
|
4620 |
big_rand.cpp |
Randomize this number
|
1768 |
bigint.cpp |
Construct a BigInt from a string
|
14288 |
bigint.h |
Arbitrary precision integer
|
37985 |
divide.cpp |
Handle signed operands, if necessary
|
7594 |
divide.h |
BigInt Division
@param x an integer
@param y a non-zero integer
@param q will be set to x / y
@param r will be set to x % y
|
2905 |
info.txt |
|
274 |