Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
11
fn 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
polynomial
Function · 0.85
x
Function · 0.85
show
Method · 0.45
as_plot
Method · 0.45
Tested by
no test coverage detected