pub fn formatted_float_signed<F: Float + Display>(f: F, dec: usize) -> String
Same as formatted_float, but the sign is always printed.