Feature
'%f' printf-style formatting formats floats, including both sides of the decimal point and an optional precision argument. It should just be adding a format_float function in cformat.rs.
Python Documentation
https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting
Feature
'%f'printf-style formatting formats floats, including both sides of the decimal point and an optional precision argument. It should just be adding a format_float function incformat.rs.Python Documentation
https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting