Skip to main content

rounded_str

Function rounded_str 

Source
pub fn rounded_str(value: FloatType) -> String
Expand description

A loudness written out the way Python writes str(round(value, 2)): to two places, with the trailing zeros dropped but never the point.