Changes between Version 19 and Version 20 of SoC2010


Ignore:
Timestamp:
Mar 12, 2010, 2:06:34 PM (13 years ago)
Author:
Andrew Sutton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2010

    v19 v20  
    110110
    111111
    112 == BigInt ==
     112== !BigInt ==
    113113Implement a "big integer" data type which supports all C++ arithmetic and binary operators to do arbitrary precision calculations. This data type might also be specialized for fixed size big integers once the algorithms are in place which gives the compiler a better chance to optimize and which gets rid of the allocator parameter. Basic operations are relatively easy to implement.
    114114