Trait ilyvion_util::float_extensions::RoundTo
source · pub trait RoundTo: Sized {
// Required method
fn round_to(self, decimals: i32) -> Self;
}Expand description
Trait that provides a way to round floats to a specific amount of decimals