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