Skip to content
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

Design runtime FixedDecimal rounding utility #3942

Open
sffc opened this issue Aug 26, 2023 · 0 comments
Open

Design runtime FixedDecimal rounding utility #3942

sffc opened this issue Aug 26, 2023 · 0 comments
Assignees
Labels
A-design Area: Architecture or design C-numbers Component: Numbers, units, currencies S-medium Size: Less than a week (larger bug fix or enhancement) T-core Type: Required functionality

Comments

@sffc
Copy link
Member

sffc commented Aug 26, 2023

Operations that require rounding a number in the middle of a formatting operation, such as compact notation and currency, cannot rely solely on the pre-rounding functionality available in FixedDecimal.

We should make something that is compatible with ECMA-402 to make it easy for engines to wrap.

@sffc sffc added T-core Type: Required functionality A-design Area: Architecture or design C-numbers Component: Numbers, units, currencies S-medium Size: Less than a week (larger bug fix or enhancement) labels Aug 26, 2023
@sffc sffc added this to the 1.x Priority ⟨P2⟩ milestone Aug 26, 2023
@sffc sffc self-assigned this Aug 26, 2023
@sffc sffc added needs-approval One or more stakeholders need to approve proposal and removed needs-approval One or more stakeholders need to approve proposal labels Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-design Area: Architecture or design C-numbers Component: Numbers, units, currencies S-medium Size: Less than a week (larger bug fix or enhancement) T-core Type: Required functionality
Projects
None yet
Development

No branches or pull requests

1 participant