almost_ge_uom

Function almost_ge_uom 

Source
pub fn almost_ge_uom<D, U>(
    val1: &Quantity<D, U, f64>,
    val2: &Quantity<D, U, f64>,
    epsilon: Option<f64>,
) -> bool
where D: Dimension + ?Sized, U: Units<f64> + ?Sized,
Expand description

ยงArguments