Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ main
Function
main
examples/polynomial.rs:3–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
use graplot::{x, Plot, Polynomial};
2
3
fn main() {
4
let poly = Polynomial::new(&[2., 3., 1.], &[2., 3., 2.]);
5
let plot = Plot::new((poly, x(10.)));
6
plot.show();
7
}
Callers
nothing calls this directly
Calls
2
x
Function · 0.85
show
Method · 0.45
Tested by
no test coverage detected