$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2008-04-11 14:12:03
Author: johnmaddock
Date: 2008-04-11 14:12:02 EDT (Fri, 11 Apr 2008)
New Revision: 44189
URL: http://svn.boost.org/trac/boost/changeset/44189
Log:
Update tolerance used for skewness test.
Text files modified: 
   trunk/libs/math/test/test_nc_f.cpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/math/test/test_nc_f.cpp
==============================================================================
--- trunk/libs/math/test/test_nc_f.cpp	(original)
+++ trunk/libs/math/test/test_nc_f.cpp	2008-04-11 14:12:02 EDT (Fri, 11 Apr 2008)
@@ -227,9 +227,9 @@
    BOOST_MATH_STD_USING
 
    //
-   // 2 eps expressed as a persentage, otherwise the limit of the test data:
+   // 5 eps expressed as a persentage, otherwise the limit of the test data:
    //
-   RealType tol2 = (std::max)(boost::math::tools::epsilon<RealType>() * 200, RealType(1e-25));
+   RealType tol2 = (std::max)(boost::math::tools::epsilon<RealType>() * 500, RealType(1e-25));
    RealType x = 2;
    
    boost::math::non_central_f_distribution<RealType> dist(20, 15, 30);