Changes between Version 16 and Version 17 of SoC2013


Ignore:
Timestamp:
Mar 19, 2013, 10:01:38 PM (10 years ago)
Author:
christopher_kormanyos
Comment:

Corrected typos in Multiprecision

Legend:

Unmodified
Added
Removed
Modified
  • SoC2013

    v16 v17  
    145145
    146146Boost.Multiprecision (http://www.boost.org/doc/libs/1_53_0/libs/multiprecision/doc/html/index.html)
    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.
     147is 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 one of several back-end number types that grind out the nuts-and-bolts of the multiprecision work.
    148148
    149149We are looking for a student to assist with writing a high-performance radix-2 floating-point back-end for Boost.Multiprecision. The current implementation uses radix-10 and suffers certain performance losses and lack of extensibility therefrom.