Changes between Version 14 and Version 15 of SoC2013


Ignore:
Timestamp:
Mar 19, 2013, 9:58:21 PM (10 years ago)
Author:
christopher_kormanyos
Comment:

Corrected multiprecision links

Legend:

Unmodified
Added
Removed
Modified
  • SoC2013

    v14 v15  
    144144=== Boost.Multiprecision ===
    145145
    146 Boost.Multiprecision [http://www.boost.org/doc/libs/1_53_0/libs/multiprecision/doc/html/boost_multiprecision/intro.html/]
     146Boost.Multiprecision (http://www.boost.org/doc/libs/1_53_0/libs/multiprecision/doc/html/index.html)
    147147is 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.
    148148
     
    161161
    162162The 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
    164164
    165165This project will be mentored by Christopher Kormanyos