[][src]Macro inari::const_interval

macro_rules! const_interval {
    ($a:expr, $b:expr) => { ... };
}

Creates an Interval from f64 bounds in const contexts.