Ticket #1658: math.patch

File math.patch, 2.0 KB (added by Daniel James, 15 years ago)
  • boost/math/distributions/binomial.hpp

     
    2525// The number of light bulbs that burn out in a certain amount of time.
    2626// The number of roadkill found per unit length of road
    2727
    28 // http:/en.wikipedia.org/wiki/binomial_distribution
     28// http://en.wikipedia.org/wiki/binomial_distribution
    2929
    3030// Given a sample of N measured values k[i],
    3131// we wish to estimate the value of the parameter x (mean)
  • libs/math/doc/sf_and_dist/ellint_legendre.qbk

     
    188188[heading Testing]
    189189
    190190The tests use a mixture of spot test values calculated using the online
    191 calculator at [http://@functions.wolfram.com
     191calculator at [@http://functions.wolfram.com
    192192functions.wolfram.com], and random test data generated using
    193193NTL::RR at 1000-bit precision and this implementation.
    194194
  • libs/math/doc/sf_and_dist/credits.qbk

     
    2222
    2323Professor Nico Temme for advice on the inverse incomplete beta function.
    2424
    25 [@http:www.shoup.net Victor Shoup for NTL],
     25[@http://www.shoup.net Victor Shoup for NTL],
    2626without which it would have much difficult to
    2727produce high accuracy constants, and especially
    2828the tables of accurate values for testing.
    2929
    3030We are grateful to Joel Guzman for helping us stress-test
    3131his
    32 [@http:www.boost.org/tools/quickbook/index.htm Boost.Quickbook]
     32[@http://www.boost.org/tools/quickbook/index.htm Boost.Quickbook]
    3333program used to generate the html and pdf versions
    3434of this document, adding several new features en route.
    3535