Changes between Version 15 and Version 16 of SoC2013


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

Corrected typo in Multiprecision

Legend:

Unmodified
Added
Removed
Modified
  • SoC2013

    v15 v16  
    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.
    150150
    151 This is exciting and challenging task requires a high level of adeptness with C++ coding, mathematics, and algorithms. It combines high-performance with absolute error intolerance. As such, this project will hone the skills of the mathematical and algorithmic programmer and serve well as a research topic for students whose studies include algorithms.
     151This exciting and challenging task requires a high level of adeptness with C++ coding, mathematics, and algorithms. It combines high-performance with absolute error intolerance. As such, this project will hone the skills of the mathematical and algorithmic programmer and serve well as a research topic for students whose studies include algorithms.
    152152
    153153Heavy use will be made of