Function cpc::units::convert_to_lowest[][src]

pub fn convert_to_lowest(
    left: Number,
    right: Number
) -> Result<(Number, Number), String>

If one of two provided Numbers has a larger Unit than the other, convert the large one to the unit of the small one.