Raises ValueError with this exact text on out-of-domain inputs.
()
| 7 | |
| 8 | // Raises ValueError with this exact text on out-of-domain inputs. |
| 9 | fn dom() -> Error { Error::Value(String::from("math domain error")) } |
| 10 | |
| 11 | /* Constants */ |
| 12 |
no test coverage detected