Function std::f64::to_str_exactUnstable [-] [+] [src]

pub fn to_str_exact(num: f64, dig: usize) -> String

Converts a float to a string with exactly the number of provided significant digits

Arguments