MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / round_error

Function round_error

include/boost/multiprecision/cpp_bin_float.hpp:2261–2267  ·  view source on GitHub ↗

What value should this be????

Source from the content-addressed store, hash-verified

2259 }
2260 // What value should this be????
2261 static number_type round_error()
2262 {
2263 // returns 0.5
2264 // C++11 thread safe static initialization:
2265 static number_type value = get_round_error();
2266 return value;
2267 }
2268 static constexpr typename boost::multiprecision::cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::exponent_type min_exponent = boost::multiprecision::cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::min_exponent;
2269 static constexpr typename boost::multiprecision::cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::exponent_type min_exponent10 = (min_exponent / 1000) * 301L;
2270 static constexpr typename boost::multiprecision::cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::exponent_type max_exponent = boost::multiprecision::cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::max_exponent;

Callers 4

round_errorMethod · 0.50
round_errorMethod · 0.50

Calls 1

get_round_errorFunction · 0.85

Tested by

no test coverage detected