pub fn to_dec_string<T>(val: &Ratio<T>, frac_digit_count: usize) -> StringExpand description
Returns a String representing val in decimal notation with frac_digit_count fractional digits
using normal rounding rules.
ยงPanics
May panic if T implements arithmetic in a way where panics occur on overflow or underflow.