| 1583 | } |
| 1584 | |
| 1585 | void 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 | |
| 1590 | void print_row2(const char *name, const AccuracyResult &r) { |
| 1591 | fl::printf("%s: maxErr=%.6f avgErr=%.6f worstInput=(%.4f, %.4f)\n", |
no test coverage detected