]> sourceware.org Git - newlib-cygwin.git/commit
ldtoa: Fix insufficient valid output digits for "%f" format.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 25 Nov 2021 21:47:27 +0000 (06:47 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 26 Nov 2021 08:29:40 +0000 (17:29 +0900)
commitf885632f4f00c9a4a75d61f4b42c73554a0691b3
tree2a9c9c20b9d4d2e0c9137917bba2c0375570870a
parent4f47e64b11ed8d47c62fa89e9b971f44b7e9ab75
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.
newlib/libc/stdlib/ldtoa.c
This page took 0.032803 seconds and 5 git commands to generate.