Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the cache for BigInt::sig_words. I'm baffled how it is it works | lloyd | 2008-09-15 | 1 | -16/+14 |
* | Update BigInt::grow_reg and grow_to to be non-const | lloyd | 2008-09-15 | 1 | -2/+2 |
* | Inline BigInt::Rep::operator[], BigInt::sig_words, and BigInt::Rep::sig_words | lloyd | 2008-09-07 | 1 | -58/+0 |
* | Inline BigInt::operator[] | lloyd | 2008-09-07 | 1 | -16/+0 |
* | Inline BigInt::is_zero | lloyd | 2008-09-07 | 1 | -11/+1 |
* | Remove iostream include | lloyd | 2008-09-05 | 1 | -2/+0 |
* | Wrap the BigInt register in a small class that caches the significant | lloyd | 2008-09-05 | 1 | -0/+455 |