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

Fix floating point printing #2943

Open
cpq opened this issue Oct 16, 2024 · 0 comments
Open

Fix floating point printing #2943

cpq opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@cpq
Copy link
Member

cpq commented Oct 16, 2024

We have our own printf implementation, and right now it incorrectly handles floating point width and precision in

What to do: re-enable floating point tests in unit_test.c and modify mg_dtoa function to execute these tests successfully.

Changes in mg_dtoa() should be minimal.

@robertc2000 robertc2000 self-assigned this Oct 21, 2024
@cpq cpq assigned cpq and unassigned robertc2000 Oct 21, 2024
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

No branches or pull requests

2 participants