MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / round_error

Method round_error

stdlib/cpp/limits.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 static constexpr int radix = 0;
25 static constexpr T epsilon() noexcept { return T(); }
26 static constexpr T round_error() noexcept { return T(); }
27 // ... [add other floating-point limits as needed] ...
28};
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected