Skip to main content

format_double_with_opts

Function format_double_with_opts 

Source
fn format_double_with_opts(
    f: f64,
    nsmall: Option<usize>,
    digits: Option<usize>,
    big_mark: Option<&str>,
    scientific: Option<bool>,
) -> String
Expand description

Format a double value with nsmall, digits, big.mark, and scientific options.