2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

expint: coverage cosmetic change.

This commit is contained in:
jzmaddock
2025-04-21 09:56:43 +01:00
parent 2bd29ae5db
commit ce9c72d350

View File

@@ -1542,10 +1542,7 @@ BOOST_MATH_GPU_ENABLED inline typename tools::promote_args<T>::type
precision_type::value <= 113 ? 113 : 0
> tag_type;
return policies::checked_narrowing_cast<result_type, forwarding_policy>(detail::expint_i_imp(
static_cast<value_type>(z),
forwarding_policy(),
tag_type()), "boost::math::expint<%1%>(%1%)");
return policies::checked_narrowing_cast<result_type, forwarding_policy>(detail::expint_i_imp(static_cast<value_type>(z), forwarding_policy(), tag_type()), "boost::math::expint<%1%>(%1%)");
}
template <class T>