diff options
author | Takashi Yano <takashi.yano@nifty.ne.jp> | 2021-11-26 06:47:27 +0900 |
---|---|---|
committer | Takashi Yano <takashi.yano@nifty.ne.jp> | 2021-11-26 17:29:40 +0900 |
commit | f885632f4f00c9a4a75d61f4b42c73554a0691b3 (patch) | |
tree | 2a9c9c20b9d4d2e0c9137917bba2c0375570870a /newlib/libc/include/stdio_ext.h | |
parent | 4f47e64b11ed8d47c62fa89e9b971f44b7e9ab75 (diff) | |
download | newlib-f885632f4f00c9a4a75d61f4b42c73554a0691b3.zip newlib-f885632f4f00c9a4a75d61f4b42c73554a0691b3.tar.gz newlib-f885632f4f00c9a4a75d61f4b42c73554a0691b3.tar.bz2 |
ldtoa: Fix insufficient valid output digits for "%f" format.
- If the number has large integer part and small fraction part is
specified in output format, e.g. printf("%.3f", sqrt(2)*1e60);,
valid output digits were insufficient. This patch fixes the issue.
Diffstat (limited to 'newlib/libc/include/stdio_ext.h')
0 files changed, 0 insertions, 0 deletions