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

Function print_row

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

Source from the content-addressed store, hash-verified

1583}
1584
1585void print_row(const char *name, const AccuracyResult &r) {
1586 fl::printf("%s: maxErr=%.6f avgErr=%.6f worstInput=%.4f\n",
1587 name, r.maxErr, r.avgErr, r.worstInput);
1588}
1589
1590void print_row2(const char *name, const AccuracyResult &r) {
1591 fl::printf("%s: maxErr=%.6f avgErr=%.6f worstInput=(%.4f, %.4f)\n",

Callers 1

FL_TEST_FILEFunction · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected