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

Function test_poly_2nd

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

Source from the content-addressed store, hash-verified

2
3#[test]
4fn test_poly_2nd() {
5 let poly = Polynomial::new(&[2., 3., 1.], &[2., 3., 2.]);
6 let plot = Plot::new((poly, x(10.)));
7 plot.show();
8}
9
10#[test]
11fn test_poly_1st() {

Callers

nothing calls this directly

Calls 2

xFunction · 0.85
showMethod · 0.45

Tested by

no test coverage detected