Skip to main content

Quartic

Type Alias Quartic 

Source
pub type Quartic = Poly<5>;
Expand description

A polynomial of degree 4.

Aliased Type§

pub struct Quartic {
    pub(crate) coeffs: [f64; 5],
}

Fields§

§coeffs: [f64; 5]