round_f64

Function round_f64 

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

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