Quintic

Type Alias Quintic 

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

A polynomial of degree 5.

Aliased Typeยง

pub struct Quintic { /* private fields */ }