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

Function test_xend_squared

tests/test_end.rs:4–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3#[test]
4fn test_xend_squared() {
5 let plot = Plot::new((|x: f64| x.powi(2), x(0.0004)));
6
7 plot.show();
8}
9
10#[test]
11fn test_xend_poly3() {

Callers

nothing calls this directly

Calls 2

xFunction · 0.85
showMethod · 0.45

Tested by

no test coverage detected