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

Function test_poly_1st

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

Source from the content-addressed store, hash-verified

9
10#[test]
11fn test_poly_1st() {
12 let poly = polynomial(&[2., 5.], &[2., 9.]);
13 (poly, x(1000.)).as_plot().show();
14}

Callers

nothing calls this directly

Calls 4

polynomialFunction · 0.85
xFunction · 0.85
showMethod · 0.45
as_plotMethod · 0.45

Tested by

no test coverage detected