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

Missing 𝔽 subscript for -0 in FormatNumericToString #131

Closed
anba opened this issue Jan 13, 2023 · 0 comments · Fixed by #134
Closed

Missing 𝔽 subscript for -0 in FormatNumericToString #131

anba opened this issue Jan 13, 2023 · 0 comments · Fixed by #134

Comments

@anba
Copy link

anba commented Jan 13, 2023

Step 15 is:

  1. If isNegative and x is 0, then
    a. Let x be -0.

This should instead be:

  1. If isNegative and x is 0, then
    a. Let x be -0𝔽.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant