pub fn rounded_str(value: FloatType) -> String
A loudness written out the way Python writes str(round(value, 2)): to two places, with the trailing zeros dropped but never the point.
str(round(value, 2))