Skip to main content

format_scientific

Function format_scientific 

Source
fn format_scientific(v: f64, prec: usize, upper: bool) -> String
Expand description

Format a float in scientific notation matching R’s output (two-digit exponent minimum).