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

Function get_round_error

include/boost/multiprecision/cpp_bin_float.hpp:2210–2214  ·  view source on GitHub ↗

What value should this be????

Source from the content-addressed store, hash-verified

2208 }
2209 // What value should this be????
2210 static number_type get_round_error()
2211 {
2212 // returns 0.5
2213 return ldexp(number_type(1u), -1);
2214 }
2215 static number_type get_infinity()
2216 {
2217 number_type value;

Callers 1

round_errorFunction · 0.85

Calls 1

ldexpFunction · 0.50

Tested by

no test coverage detected