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