Function emath::round_to_decimals

source ·
pub fn round_to_decimals(value: f64, decimal_places: usize) -> f64
Expand description

Round a value to the given number of decimal places.