fmt
Formats a Double value to a string using numericPrecision decimal places (%f format). Produces fixed-width columns suitable for side-by-side comparison tables where vertical alignment across rows is important. Returns "—" for Double.isNaN or Double.isInfinite values.
Use fmtProperty instead when formatting values in a single-statistic property sheet where magnitudes can vary widely across rows.