Function interval_float_mul

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