Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
4
fn 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]
11
fn test_poly_1st() {
Callers
nothing calls this directly
Calls
2
x
Function · 0.85
show
Method · 0.45
Tested by
no test coverage detected