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

Function test_xend_poly3

tests/test_end.rs:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10#[test]
11fn test_xend_poly3() {
12 let plot = Plot::new((|x: f64| x.powi(3) + x.powi(2), x(1.6), "-"));
13 plot.show();
14}

Callers

nothing calls this directly

Calls 2

xFunction · 0.85
showMethod · 0.45

Tested by

no test coverage detected