Function rustpython_literal::float::format_fixed

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