Function std::f64::to_str_radix_specialUnstable [-] [+] [src]

pub fn to_str_radix_special(num: f64, rdx: u32) -> (String, bool)

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

Arguments