Function std::f64::to_str_exact[src]

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

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

Arguments