https://github.com/JuliaLang/julia
Revision 8df108fbfa889eb532845921928562f7e22ce5b5 authored by Jacob Quinn on 27 July 2020, 13:26:04 UTC, committed by KristofferC on 19 August 2020, 12:00:53 UTC
This was really just a regression when switching from grisu -> ryu
algorithm for float printing. The fix is just putting [@vtjnash's
code](https://github.com/JuliaLang/julia/commit/5d2a0ec06761ea2b445909757d7744b9f7a93072#diff-22819a3d47074bbe6530dfef9c94969cR75)
for the grisu fix into the ryu branch.

(cherry picked from commit ada82ac25eb821cdda24dcc38aeea4cfb2c97703)
1 parent 50dcb1d
History
Tip revision: 8df108fbfa889eb532845921928562f7e22ce5b5 authored by Jacob Quinn on 27 July 2020, 13:26:04 UTC
Fix compact float printing when output contains exactly 6 digits
Tip revision: 8df108f
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 275.6 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 44.1 KB
Makefile -rw-r--r-- 26.9 KB
NEWS.md -rw-r--r-- 16.7 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top