Internal
Alt numberFormat helper to provide non-fixed point decimals and pretty fractionals
Optional
{{numberFormatAlt 5.52 decimals=1}} -> 5.5 {{numberFormatAlt 5 decimals=1}} -> 5 {{numberFormatAlt 5.5 fraction=true}} -> 5 1/2 Copy
{{numberFormatAlt 5.52 decimals=1}} -> 5.5 {{numberFormatAlt 5 decimals=1}} -> 5 {{numberFormatAlt 5.5 fraction=true}} -> 5 1/2
Compare with core helper
{{numberFormat 5.52 decimals=1}} -> 5.5 {{numberFormat 5 decimals=1}} -> 5.0 Copy
{{numberFormat 5.52 decimals=1}} -> 5.5 {{numberFormat 5 decimals=1}} -> 5.0
Alt numberFormat helper to provide non-fixed point decimals and pretty fractionals