| 289 | }; |
| 290 | |
| 291 | auto format_as(double_double d) -> double { return d; } |
| 292 | |
| 293 | auto operator>=(const double_double& lhs, const double_double& rhs) -> bool { |
| 294 | return lhs.a + lhs.b >= rhs.a + rhs.b; |
nothing calls this directly
no outgoing calls
no test coverage detected