-
Notifications
You must be signed in to change notification settings - Fork 108
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
Announcing proposal-numerics-with-precision #926
Comments
Cool, I'm happy to see it! Do you plan to enable Github Issues for discussion at some point? |
As soon as the proposal moves to Stage 1 in the TC39 process, we can set up a proper TC39-hosted repo thas has issues, etc. Currently, there's a lot in flux. But stay tuned! |
A few thoughts after reading the discussion:
|
Closed as discussed (and no longer planned?) |
We're happy to announce numeric-with-precision, a stage 0 proposal that is intended to provide a wrapper around a "numeric" (think: Number, Decimal, maybe Bigint, maybe more) plus a precision, which we can intuitively think of as the number of fractional digits for the "numeric".
The idea of considering a numeric-with-precision as a separate idea came out of discussions in the TG3 call, where proposal-decimal was discussed at length. In particular, we discussed the idea of trailing zeroes (or, more generally, just keeping all digits of a number in the data model for decimals and preserving them as arithmetic is done on decimals). This led to a further discussion in the proposal-decimal repo.
We'd love to hear the Intl folks' thoughts on this during the next monthly call on September 23rd. It's still early days here, and we're happy to iterate a bit on the idea. Initially, no decision needs to be made; we just want to announce our effort to the Intl community.
The text was updated successfully, but these errors were encountered: