Function sterling_ops::div_operation[][src]

pub fn div_operation(
    dividend: &str,
    divisor: usize,
    custom_currency_regex: &Regex,
    currencies: &[Currency],
    print_full: bool
) -> String