Subject: [Boost-bugs] [Boost C++ Libraries] #8399: owens_t_T6 misplaced parenthesis
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-05 02:05:13
#8399: owens_t_T6 misplaced parenthesis
---------------------------------+------------------------------------------
Reporter: mwelinder@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: math
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
---------------------------------+------------------------------------------
In
http://www.boost.org/doc/libs/1_53_0/boost/math/special_functions/owens_t.hpp
in function owens_t_T6 you will see the line...
const RealType r = atan2(y, static_cast<RealType>(1 + a) );
which should have been
const RealType r = atan2(y, static_cast<RealType>(1) + a );
It probably doesn't matter much, though.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8399> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC