pub fn round_f64(input_value: f64, places: usize) -> f64
Expand description

Round an f64 primitive to the specified number of decimal places.