| 11513 | } |
| 11514 | |
| 11515 | Floating::WithinAbsMatcher WithinAbs(double target, double margin) { |
| 11516 | return Floating::WithinAbsMatcher(target, margin); |
| 11517 | } |
| 11518 | |
| 11519 | Floating::WithinRelMatcher WithinRel(double target, double eps) { |
| 11520 | return Floating::WithinRelMatcher(target, eps); |
nothing calls this directly
no test coverage detected