pub(crate) fn format_decimal_trimmed( value: f64, precision: u8, near_integer: NearIntegerStrategy, ) -> String