[src]

Function std::f64::to_str_exact

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

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

Arguments