* Added a Karatsuba based multiplication operator.
commit3f2a1e6b918ef8a0e4cdf5190d7779efb1564c83
authorJérémie LAVAL <jeremie@jeremie-laptop.(none)>
Sun, 16 Nov 2008 18:40:07 +0000 (16 19:40 +0100)
committerJérémie LAVAL <jeremie@jeremie-laptop.(none)>
Sun, 16 Nov 2008 18:40:07 +0000 (16 19:40 +0100)
tree40c715eb33dcfb9d4a54626a0e4bd62d0c25d150
parentd3a25809c2ab81cad5b056af4fd380b042574ade
* Added a Karatsuba based multiplication operator.
* Fixed print for number like 10001, 0 weren't displayed
* Added another short circuit in comp with sign.
* Do the swapping on the node rather than b1,b2 in diff
biginteger.c
test.c