interval_float_div

Function interval_float_div 

Source
pub fn interval_float_div<T2>(l: Interval, r: T2) -> Result<Interval>
where T2: TryInto<F64> + Debug,