Function std::f32::to_str_exp_exactExperimental [-]  [+] [src]

pub fn to_str_exp_exact(num: f32, dig: uint, upper: bool) -> String

Converts a float to a string using the exponential notation with exactly the number of provided digits after the decimal point in the significand

Arguments