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

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

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

Arguments