Skip to content

[3.0] Handles an edge case in Lang::numberFormat()#9276

Merged
Sesquipedalian merged 1 commit into
SimpleMachines:release-3.0from
Sesquipedalian:3.0/precision-increment
Jun 22, 2026
Merged

[3.0] Handles an edge case in Lang::numberFormat()#9276
Sesquipedalian merged 1 commit into
SimpleMachines:release-3.0from
Sesquipedalian:3.0/precision-increment

Conversation

@Sesquipedalian

@Sesquipedalian Sesquipedalian commented Jun 22, 2026

Copy link
Copy Markdown
Member

Always uses floating point notation in the precision-increment/... number format skeleton.

Prior to this change, if $decimals was set to a high value, the number format skeleton would be set to something like precision-increment/1.0E-10 rather than precision-increment/0.0000000001. The latter works, the former doesn't.

Signed-off-by: Jon Stovell <jonstovell@gmail.com>
@Sesquipedalian Sesquipedalian added the Localization Language & internationalization label Jun 22, 2026
@Sesquipedalian Sesquipedalian merged commit 3a53c49 into SimpleMachines:release-3.0 Jun 22, 2026
4 checks passed
@Sesquipedalian Sesquipedalian deleted the 3.0/precision-increment branch June 22, 2026 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Localization Language & internationalization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant