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:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user