Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76041 - trunk/boost/math/special_functions
From: john_at_[hidden]
Date: 2011-12-18 11:05:56


Author: johnmaddock
Date: 2011-12-18 11:05:55 EST (Sun, 18 Dec 2011)
New Revision: 76041
URL: http://svn.boost.org/trac/boost/changeset/76041

Log:
Add missing using declarations.
Text files modified:
   trunk/boost/math/special_functions/expint.hpp | 8 ++++++++
   1 files changed, 8 insertions(+), 0 deletions(-)

Modified: trunk/boost/math/special_functions/expint.hpp
==============================================================================
--- trunk/boost/math/special_functions/expint.hpp (original)
+++ trunk/boost/math/special_functions/expint.hpp 2011-12-18 11:05:55 EST (Sun, 18 Dec 2011)
@@ -965,6 +965,7 @@
 template <class T>
 void expint_i_imp_113a(T& result, const T& z)
 {
+ BOOST_MATH_STD_USING
    // Maximum Deviation Found: 1.230e-36
    // Expected Error Term: -1.230e-36
    // Max Error found at long double precision = Poly: 4.355299e-34 Cheb: 7.512581e-34
@@ -1032,6 +1033,7 @@
 template <class T>
 void expint_i_113b(T& result, const T& z)
 {
+ BOOST_MATH_STD_USING
    // Maximum Deviation Found: 7.779e-36
    // Expected Error Term: -7.779e-36
    // Max Error found at long double precision = Poly: 2.576723e-35 Cheb: 1.236001e-34
@@ -1081,6 +1083,7 @@
 template <class T>
 void expint_i_113c(T& result, const T& z)
 {
+ BOOST_MATH_STD_USING
    // Maximum Deviation Found: 1.082e-34
    // Expected Error Term: 1.080e-34
    // Max Error found at long double precision = Poly: 1.958294e-34 Cheb: 2.472261e-34
@@ -1133,6 +1136,7 @@
 template <class T>
 void expint_i_113d(T& result, const T& z)
 {
+ BOOST_MATH_STD_USING
    // Maximum Deviation Found: 3.163e-35
    // Expected Error Term: 3.163e-35
    // Max Error found at long double precision = Poly: 4.158110e-35 Cheb: 5.385532e-35
@@ -1183,6 +1187,7 @@
 template <class T>
 void expint_i_113e(T& result, const T& z)
 {
+ BOOST_MATH_STD_USING
    // Maximum Deviation Found: 7.972e-36
    // Expected Error Term: 7.962e-36
    // Max Error found at long double precision = Poly: 1.711721e-34 Cheb: 3.100018e-34
@@ -1236,6 +1241,7 @@
 template <class T>
 void expint_i_113f(T& result, const T& z)
 {
+ BOOST_MATH_STD_USING
    // Maximum Deviation Found: 4.469e-36
    // Expected Error Term: 4.468e-36
    // Max Error found at long double precision = Poly: 1.288958e-35 Cheb: 2.304586e-35
@@ -1282,6 +1288,7 @@
 template <class T>
 void expint_i_113g(T& result, const T& z)
 {
+ BOOST_MATH_STD_USING
    // Maximum Deviation Found: 5.588e-35
    // Expected Error Term: -5.566e-35
    // Max Error found at long double precision = Poly: 9.976345e-35 Cheb: 8.358865e-35
@@ -1326,6 +1333,7 @@
 template <class T>
 void expint_i_113h(T& result, const T& z)
 {
+ BOOST_MATH_STD_USING
    // Maximum Deviation Found: 4.448e-36
    // Expected Error Term: 4.445e-36
    // Max Error found at long double precision = Poly: 2.058532e-35 Cheb: 2.165465e-27


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