Format a number with locale-aware separators, precision, and standard, scientific, engineering, or compact notation.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The finite parsed number is passed to Intl.NumberFormat with the selected locale, decimal precision, and notation. Runtime locale data controls separators, grouping, and digit symbols, so the underlying numeric value is unchanged.
1234567.89
1,234,567.89
Finance tables localize grouping, dashboards use compact KPI notation, and engineering reports choose scientific display for scale.