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

Method epsilon

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

Source from the content-addressed store, hash-verified

23 static constexpr bool is_exact = false;
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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected