pub fn round_to_decimals(value: f64, decimal_places: usize) -> f64
Round a value to the given number of decimal places.