MCPcopy Create free account
hub / github.com/elftausend/graplot / polynomial.rs

File polynomial.rs

src/polynomial.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{Plot, PlotArg, XEnd};
2
3#[derive(Debug, Clone)]
4/// Use the Polynomial struct or polynomial() function to create a polynomial function that runs through all given points.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected