- Fix a sign-checking bug in the BigInteger(..., Sign) constructors.
authorMatt McCutchen <matt@mattmccutchen.net>
Thu, 17 Jul 2008 11:44:27 +0000 (07:44 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Thu, 17 Jul 2008 11:44:27 +0000 (07:44 -0400)
commitcb2f0c288d4b7acfa37d7a9c8bc1024c3f332b5f
treefd03c9fcc6d16cd34994a85cd44668086ef3baab
parent8cad5ca94a8df88e0f48a5f8d4b9a7d056a59ef6
- Fix a sign-checking bug in the BigInteger(..., Sign) constructors.
- Add some tests of constructors, including one for the aforementioned bug.
- Improve some comments.
BigInteger.cc
testsuite.cc