Name Description Size
big_code.cpp Encode a BigInt 4795
big_io.cpp Write the BigInt into a stream 1317
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 7383
big_ops3.cpp Multiplication Operator 4528
big_rand.cpp Randomize this number 1315
bigint.cpp Construct a BigInt from a regular number 13103
bigint.h Arbitrary precision integer 33244
divide.cpp Handle signed operands, if necessary 5448
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 2556
info.txt 127