Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64577 - trunk/boost/math/special_functions/detail
From: john_at_[hidden]
Date: 2010-08-03 13:31:21


Author: johnmaddock
Date: 2010-08-03 13:31:20 EDT (Tue, 03 Aug 2010)
New Revision: 64577
URL: http://svn.boost.org/trac/boost/changeset/64577

Log:
Fix typo in polynomial approximations.
Refs #4504.
Text files modified:
   trunk/boost/math/special_functions/detail/t_distribution_inv.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/math/special_functions/detail/t_distribution_inv.hpp
==============================================================================
--- trunk/boost/math/special_functions/detail/t_distribution_inv.hpp (original)
+++ trunk/boost/math/special_functions/detail/t_distribution_inv.hpp 2010-08-03 13:31:20 EDT (Tue, 03 Aug 2010)
@@ -152,7 +152,7 @@
       + 0.0017857142857142857143) * in
       + 0.026785714285714285714) * in
       + 0.025198412698412698413;
- c[5] = (((2.7557319223985890653e10-6 * in
+ c[5] = (((2.7557319223985890653e-6 * in
       + 0.00037477954144620811287) * in
       - 0.0011078042328042328042) * in
       + 0.010559964726631393298) * in


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk