We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c973c9 commit a029727Copy full SHA for a029727
include/boost/math/policies/error_handling.hpp
@@ -97,7 +97,7 @@ inline std::string prec_format(const T& val)
97
98
std::stringstream strm { };
99
100
- if(prec_type::value != prec_type { 0 })
+ if(prec_type::value)
101
{
102
const std::streamsize prec { static_cast<std::streamsize>(2UL + (prec_type::value * 30103UL) / 100000UL) };
103
0 commit comments