MCPcopy Create free account
hub / github.com/FastLED/FastLED / tol

Function tol

tests/fl/math/fixed_point.cpp:3549–3549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3547// ---------------------------------------------------------------------------
3548
3549constexpr float tol() { return 0.0005f; }
3550constexpr float sqrt_tol() { return 0.0002f; }
3551constexpr float pow_tol() { return 0.015f; }
3552constexpr float smooth_tol() { return 0.0005f; }

Callers 2

check_nearFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected