Type Alias peroxide::numerical::root::Intv

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

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