| 24 | static constexpr int radix = 0; |
| 25 | static constexpr T epsilon() noexcept { return T(); } |
| 26 | static constexpr T round_error() noexcept { return T(); } |
| 27 | // ... [add other floating-point limits as needed] ... |
| 28 | }; |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected