()
| 150 | |
| 151 | #[test] |
| 152 | fn test_max() { |
| 153 | let num = 26.; |
| 154 | let x = (num / 10f64).round() * 10.; |
| 155 | println!("x: {x}") |
| 156 | } |
| 157 | |
| 158 | |
| 159 | pub fn max_matrix(mat: &Matrix) -> f64 { |
nothing calls this directly
no outgoing calls
no test coverage detected