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

Function sqrt_tol

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

Source from the content-addressed store, hash-verified

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; }
3553constexpr float rt_tol() { return 0.001f; }

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected