Changes between Version 5 and Version 6 of SoC2013
- Timestamp:
- Feb 21, 2013, 9:22:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2013
v5 v6 51 51 52 52 53 === Boost.Math Bernoulli numbers === 53 === Boost.Math Bernoulli Numbers and Applications to Special Functions === 54 54 55 Boost.Math [http://www.boost.org/doc/libs/1_53_0/libs/math/doc/sf_and_dist/html/] 55 56 is a large well-established Boost library, but new mathmetical functions can always be added. … … 57 58 58 59 We wonder if students would be interested in adding Bernoulli numbers needed in several useful series. 60 61 Bernoulli numbers are rational numbers. Bernoulli numbers 62 frequently arise in pure and applied mathematics in areas such as 63 asymptotic approximations, Euler-Maclaurin summation 64 and many others. 65 66 In this project, we will implement fast, accurate calculations 67 of Bernoulli numbers for built-in types as well as multiprecision 68 types. The Bernoulli numbers will subsequently be used 69 for improving the existing implementation of gamma functions 70 and adding brand new Boost.Math support for the polygamma 71 function. 59 72 60 73 [http://en.wikipedia.org/wiki/Bernoulli_number]