Function sterling_ops::mul_operation[][src]

pub fn mul_operation(
    multiplicand: &str,
    multiplier: usize,
    custom_currency_regex: &Regex,
    currencies: &[Currency],
    print_full: bool
) -> String