Description
Formats numeric values with metric-style prefixes in Python. It helps command-line tools, reports, and monitoring output display large or small numbers in a compact, readable form.
This is a formatting helper. It does not change the underlying measurements, so applications should keep exact values when precision matters.