mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +00:00
The IntlMV is meant to be arbitrarily precise. If the user provides a string value to be formatted, we lose precision by converting extremely large values to a double. We were never able to address this, as support for arbitrary precision was a big FIXME. But ICU can handle it by just passing the raw string on through. |
||
|---|---|---|
| .. | ||
| NumberFormat.@@toStringTag.js | ||
| NumberFormat.js | ||
| NumberFormat.prototype.format.js | ||
| NumberFormat.prototype.formatRange.js | ||
| NumberFormat.prototype.formatRangeToParts.js | ||
| NumberFormat.prototype.formatToParts.js | ||
| NumberFormat.prototype.resolvedOptions.js | ||
| NumberFormat.supportedLocalesOf.js | ||