| big_code.cpp |
|
6580 |
- |
| big_io.cpp |
Write the BigInt into a stream
|
1146 |
- |
| 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
|
6811 |
- |
| big_ops3.cpp |
We know at this point that x >= y so if y_size is larger than
x_sw, we are guaranteed they are just leading zeros which can
be ignored
|
5351 |
- |
| big_rand.cpp |
Randomize this number
|
1828 |
- |
| bigint.cpp |
Construct a BigInt from an encoded BigInt
|
14560 |
- |
| bigint.h |
Arbitrary precision integer
|
38776 |
- |
| divide.cpp |
Handle signed operands, if necessary
|
10347 |
- |
| 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
|
3266 |
- |
| info.txt |
|
274 |
- |