peroxide::numerical::root

Type Alias Intv

Source
pub type Intv<const N: usize> = (Pt<N>, Pt<N>);
Expand description

Interval alias (([f64; N], [f64; N]))