Expand description
The format_value
macro.
Functions§
- separated_
float - Given a input
&str
representing a digit (float or int), this function returns aString
in which thousands separators are inserted both on the integral part and the fractional part.