Changes between Version 5 and Version 6 of SoC2013


Ignore:
Timestamp:
Feb 21, 2013, 9:22:05 AM (10 years ago)
Author:
Paul A. Bristow
Comment:

Additions from Christopher Kormanyos

Legend:

Unmodified
Added
Removed
Modified
  • SoC2013

    v5 v6  
    5151
    5252
    53 === Boost.Math Bernoulli numbers ===
     53=== Boost.Math Bernoulli Numbers and Applications to Special Functions ===
     54
    5455Boost.Math [http://www.boost.org/doc/libs/1_53_0/libs/math/doc/sf_and_dist/html/]
    5556is a large well-established Boost library, but new mathmetical functions can always be added. 
     
    5758
    5859We wonder if students would be interested in adding Bernoulli numbers needed in several useful series.
     60
     61Bernoulli numbers are rational numbers. Bernoulli numbers
     62frequently arise in pure and applied mathematics in areas such as
     63asymptotic approximations, Euler-Maclaurin summation
     64and many others.
     65
     66In this project, we will implement fast, accurate calculations
     67of Bernoulli numbers for built-in types as well as multiprecision
     68types. The Bernoulli numbers will subsequently be used
     69for improving the existing implementation of gamma functions
     70and adding brand new Boost.Math support for the polygamma
     71function.
    5972
    6073[http://en.wikipedia.org/wiki/Bernoulli_number]