fn format_float(v: f64, precision: usize, options: &CopyOptions) -> StringExpand description
Format a floating-point number with given precision and decimal separator.
fn format_float(v: f64, precision: usize, options: &CopyOptions) -> StringFormat a floating-point number with given precision and decimal separator.