Function std::float::to_str_exact

pub fn to_str_exact(num: float, digits: uint) -> ~str

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

Arguments