mongoose icon indicating copy to clipboard operation
mongoose copied to clipboard

Fix floating point printing

Open cpq opened this issue 1 year ago • 0 comments

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.

cpq avatar Oct 16 '24 12:10 cpq