How to display Float64 with more digits

This thread comes top when searching for “Julia display more digits in REPL”, but some of the suggestions are outdated. Likewise for the second-highest thread.

As of Julia 1.6, Base.Grisu was moved to the Grisu.jl package. This is mostly for backward-compatibility. I’d be grateful if you would share the Post-1.6 recommended approach to have more digits displayed in the REPL. And, as an extra, would be grateful if you would state whether the same method work for displaying digits inline. Thanks! :smiley:

1 Like