Trait rv::traits::QuadBounds

source ·
pub trait QuadBounds {
    // Required method
    fn quad_bounds(&self) -> (f64, f64);
}
Expand description

Get the quad bounds of a univariate real distribution

Required Methods§

source

fn quad_bounds(&self) -> (f64, f64)

Implementors§