Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / math / special_functions / ellint_rj.hpp
index 1ecca75..8a242f0 100644 (file)
@@ -91,7 +91,7 @@ T ellint_rj_imp(T x, T y, T z, T p, const Policy& pol)
 
        BOOST_ASSERT(pmy >= 0);
 
-       p = pmy + y;
+       p = pmy + y;
        value = boost::math::ellint_rj(x, y, z, p, pol);
        value *= pmy;
        value -= 3 * boost::math::ellint_rf(x, y, z, pol);