Changes between Version 19 and Version 20 of SoC2010
- Timestamp:
- Mar 12, 2010, 2:06:34 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2010
v19 v20 110 110 111 111 112 == BigInt ==112 == !BigInt == 113 113 Implement 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. 114 114