-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NumberFormat: new style scientific #164
Labels
c: numbers
Component: numbers, currency, units
s: in progress
Status: the issue has an active proposal
Comments
Funny timing, I was just coming here to ask for this / start a proposal and saw this issue opened. 🕺🏻 |
We need to format proposal, and a champion :) |
See my follow-up in #215 |
sffc
added
s: in progress
Status: the issue has an active proposal
c: numbers
Component: numbers, currency, units
and removed
s: help wanted
Status: help wanted; needs proposal champion
Small
Smaller change solvable in a Pull Request
labels
Mar 19, 2019
The new js> print(new Intl.NumberFormat('en', { notation: "scientific" }).format(1000))
1E3 |
Yep, the proposal is Stage 4 and merged. Closing as Fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c: numbers
Component: numbers, currency, units
s: in progress
Status: the issue has an active proposal
ICU number formatting has an option for
scientific
formatting which would be nice to have inNumberFormat
too.Needs #163 first.
The text was updated successfully, but these errors were encountered: