We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e494410 commit 490af2eCopy full SHA for 490af2e
include/boost/math/special_functions/fpclassify.hpp
@@ -127,7 +127,7 @@ template<> inline BOOST_MATH_GPU_ENABLED int (fpclassify)(float t)
127
}
128
else if(at > FLT_MAX)
129
return FP_INFINITE;
130
- return FP_NAN;
+ return FP_NAN; // LCOV_EXCL_LINE should not normally be reachable.
131
132
133
template<> inline BOOST_MATH_GPU_ENABLED int (fpclassify)(double t)
0 commit comments