fn total_fmt_float<F: Write>(num: f64, f: F) -> Result
Expand description

Emulates the C++-Nix style formatting of floats, which diverges significantly from Rust’s native float formatting.