MCPcopy Create free account
hub / github.com/elftausend/graplot / new

Method new

src/polynomial.rs:18–20  ·  view source on GitHub ↗
(xs: &[f64], ys: &[f64])

Source from the content-addressed store, hash-verified

16
17impl Polynomial {
18 pub fn new(xs: &[f64], ys: &[f64]) -> Polynomial {
19 polynomial(xs, ys)
20 }
21}
22
23pub fn polynomial(xs: &[f64], ys: &[f64]) -> Polynomial {

Callers

nothing calls this directly

Calls 1

polynomialFunction · 0.85

Tested by

no test coverage detected