Suffixation of decimal numbers: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 1,051:
=={{header|Python}}==
{{works with|cpython|3.7.3}}
Tested in Python 3.7.3<br />
Chose 3 places after decimal (where applicable) as default rounding precision
<lang python>
import math