Function std::float::to_str_radix_special

pub fn to_str_radix_special(num: float, radix: uint) -> (~str, bool)

Converts a float to a string in a given radix, and a flag indicating whether it's a special value

Arguments