Skip to main content

Quintic

Type Alias Quintic 

Source
pub type Quintic = Poly<6>;
Expand description

A polynomial of degree 5.

Aliased Type§

pub struct Quintic {
    pub(crate) coeffs: [f64; 6],
}

Fields§

§coeffs: [f64; 6]