A page that renders your chosen number in as many numeral systems as it can. https://numeral-conversion.think.somethingorotherwhatever.com
Find a file
Christian Lawson-Perfect cf8049b8a6 Use Intl
It now uses `Intl.NumberFormat` for as many formats as it can. 

I've also tried to identify different locale-dependent styles. Indian and Swiss with Latin digits are the only ones I found. Firefox thinks that an Algeria locale code should return Tibetan digits, which must be wrong.

I've also added scientific, engineering and compact renderings, offered by Intl.NumberFormat.
2025-04-14 13:25:48 +00:00
.gitignore first commit 2025-04-14 11:58:52 +00:00
index.html first commit 2025-04-14 11:58:52 +00:00
script.js Use Intl 2025-04-14 13:25:48 +00:00
style.css first commit 2025-04-14 11:58:52 +00:00