MCPcopy Create free account
hub / github.com/elftausend/graplot / test_max

Function test_max

src/eval.rs:152–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected