Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49286 - in branches/release/libs/math: doc/sf_and_dist/html/math_toolkit/toolkit/internals1 minimax test
From: john_at_[hidden]
Date: 2008-10-11 12:48:39


Author: johnmaddock
Date: 2008-10-11 12:48:38 EDT (Sat, 11 Oct 2008)
New Revision: 49286
URL: http://svn.boost.org/trac/boost/changeset/49286

Log:
Merge inspection report fixes from Trunk: licence/copyright/tabs plus one missing doc file.
Added:
   branches/release/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/constants.html
      - copied unchanged from r49283, /trunk/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals1/constants.html
Text files modified:
   branches/release/libs/math/minimax/f.cpp | 2 +-
   branches/release/libs/math/test/acosh_data.ipp | 7 +++++++
   branches/release/libs/math/test/asinh_data.ipp | 7 +++++++
   branches/release/libs/math/test/atanh_data.ipp | 7 +++++++
   4 files changed, 22 insertions(+), 1 deletions(-)

Modified: branches/release/libs/math/minimax/f.cpp
==============================================================================
--- branches/release/libs/math/minimax/f.cpp (original)
+++ branches/release/libs/math/minimax/f.cpp 2008-10-11 12:48:38 EDT (Sat, 11 Oct 2008)
@@ -312,7 +312,7 @@
       }
    case 28:
       {
- // log1p over [-0.5,0.5]
+ // log1p over [-0.5,0.5]
          boost::math::ntl::RR y = x;
          if(fabs(y) < 1e-100)
             y = (y == 0) ? 1e-100 : boost::math::sign(y) * 1e-100;

Modified: branches/release/libs/math/test/acosh_data.ipp
==============================================================================
--- branches/release/libs/math/test/acosh_data.ipp (original)
+++ branches/release/libs/math/test/acosh_data.ipp 2008-10-11 12:48:38 EDT (Sat, 11 Oct 2008)
@@ -1,3 +1,10 @@
+// Copyright John Maddock 2008.
+
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt
+// or copy at http://www.boost.org/LICENSE_1_0.txt)
+
 #define SC_(x) static_cast<T>(BOOST_JOIN(x, L))
    static const boost::array<boost::array<T, 2>, 261> acosh_data = {{
       { SC_(1.000001430511474609375), SC_(0.001691455665129294448190238354291760044433) },

Modified: branches/release/libs/math/test/asinh_data.ipp
==============================================================================
--- branches/release/libs/math/test/asinh_data.ipp (original)
+++ branches/release/libs/math/test/asinh_data.ipp 2008-10-11 12:48:38 EDT (Sat, 11 Oct 2008)
@@ -1,3 +1,10 @@
+// Copyright John Maddock 2008.
+
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt
+// or copy at http://www.boost.org/LICENSE_1_0.txt)
+
 #define SC_(x) static_cast<T>(BOOST_JOIN(x, L))
    static const boost::array<boost::array<T, 2>, 281> asinh_data = {{
       { SC_(-497.181640625), SC_(-6.902103625349694816896128061929344488774) },

Modified: branches/release/libs/math/test/atanh_data.ipp
==============================================================================
--- branches/release/libs/math/test/atanh_data.ipp (original)
+++ branches/release/libs/math/test/atanh_data.ipp 2008-10-11 12:48:38 EDT (Sat, 11 Oct 2008)
@@ -1,3 +1,10 @@
+// Copyright John Maddock 2008.
+
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt
+// or copy at http://www.boost.org/LICENSE_1_0.txt)
+
 #define SC_(x) static_cast<T>(BOOST_JOIN(x, L))
    static const boost::array<boost::array<T, 2>, 260> atanh_data = {{
       { SC_(-0.9999983310699462890625), SC_(-6.998237084679026894944012639589359039154) },


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