pub struct PolynomialSprott2Degree {
pub x: [f64; 10],
pub y: [f64; 10],
pub z: [f64; 10],
}
Expand description
Coefficients for a polynomial Sprott type attractor, of the second degree. See this page from chaoscope for more context.
Fields§
§x: [f64; 10]
§y: [f64; 10]
§z: [f64; 10]