diff --git a/include/boost/math/special_functions/math_fwd.hpp b/include/boost/math/special_functions/math_fwd.hpp index 54f51c531..a79718f25 100644 --- a/include/boost/math/special_functions/math_fwd.hpp +++ b/include/boost/math/special_functions/math_fwd.hpp @@ -640,6 +640,14 @@ namespace boost BOOST_MATH_GPU_ENABLED tools::promote_args_t hypot(T1 x, T2 y, const Policy&); + template ::value, bool> = true> + BOOST_MATH_GPU_ENABLED tools::promote_args_t + hypot(T1 x, T2 y, T3 z); + + template + BOOST_MATH_GPU_ENABLED tools::promote_args_t + hypot(T1 x, T2 y, T3 z, const Policy& pol); + // cbrt - cube root. template BOOST_MATH_GPU_ENABLED tools::promote_args_t cbrt(RT z);