2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 07:02:08 +00:00

Fix argument names.

This commit is contained in:
jzmaddock
2015-10-26 18:14:59 +00:00
parent a7a0117859
commit 3eed7acedf

View File

@@ -71,7 +71,7 @@ namespace boost{
#if defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)
template <>
inline boost::math::tools::promote_args<double, double>::type relative_difference(const double& arg_a, const double& arg_b)
inline boost::math::tools::promote_args<double, double>::type relative_difference(const double& a, const double& b)
{
BOOST_MATH_STD_USING
//