Function std::num::strconv::float_to_str_commonUnstable [-] [+] [src]

pub fn float_to_str_common<T: Float>(num: T, radix: u32, negative_zero: bool, sign: SignFormat, digits: SignificantDigits, exp_format: ExponentFormat, exp_capital: bool) -> (String, bool)

Converts a number to its string representation. This is a wrapper for to_str_bytes_common(), for details see there.