MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / iszero

Function iszero

include/win/boost/multiprecision/cpp_dec_float.hpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 bool isfinite BOOST_PREVENT_MACRO_SUBSTITUTION() const { return (fpclass == cpp_dec_float_finite); }
467
468 bool iszero () const
469 {
470 return ((fpclass == cpp_dec_float_finite) && (data[0u] == 0u));
471 }
472
473 bool isone () const;
474 bool isint () const;

Callers 6

negateFunction · 0.85
cpp_dec_float.hppFile · 0.85
compareMethod · 0.85
isintMethod · 0.85
extract_doubleMethod · 0.85
extract_long_doubleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected