Changes between Version 14 and Version 15 of SoC2013
- Timestamp:
- Mar 19, 2013, 9:58:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2013
v14 v15 144 144 === Boost.Multiprecision === 145 145 146 Boost.Multiprecision [http://www.boost.org/doc/libs/1_53_0/libs/multiprecision/doc/html/boost_multiprecision/intro.html/]146 Boost.Multiprecision (http://www.boost.org/doc/libs/1_53_0/libs/multiprecision/doc/html/index.html) 147 147 is a new Boost library that offers multiple precision integer, rational and floating-point types with precision exceeding those of built-in float, double and long double. Boost.Multiprecision uses a uniform architecture that embodies the extended precision type with a front-end generic number template combined with a one of several back-end number types that grind out the nuts-and-bolts of the multiprecision work. 148 148 … … 161 161 162 162 The reference "Modern Computer Arithmetic" is a valuable source for the algorithms in this project. A draft version of the book is available free of charge and the printed copy can be found in a library or at a book seller. 163 * [http://www.loria.fr/~zimmerma/mca/mca-cup-0.5.1.pdf]163 * http://www.loria.fr/~zimmerma/mca/mca-cup-0.5.1.pdf 164 164 165 165 This project will be mentored by Christopher Kormanyos