Macro format_decimal

Source
macro_rules! format_decimal {
    ($f:expr, $integer:expr, $scale:expr, $int_type:ty) => { ... };
}