Function float_interval_mul

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