Function format_fixed

Source
pub fn format_fixed(
    precision: usize,
    magnitude: f64,
    case: Case,
    alternate_form: bool,
) -> String