[julia-users] printf format for round-trip Floats

2016-09-02 Thread David P. Sanders
The simple solutions are often the most elusive!

[julia-users] printf format for round-trip Floats

2016-09-02 Thread 'Greg Plowman' via julia-users
Yes, of course I can! Thanks David. That is embarrassingly simple.

[julia-users] printf format for round-trip Floats

2016-09-02 Thread David P. Sanders
Can't you just use string(x) where x is the Float64?

[julia-users] printf format for round-trip Floats

2016-09-01 Thread 'Greg Plowman' via julia-users
I'm trying to print Float64 with all significant digits, so that re-inputting these numbers from output strings will result in exactly the same number (is this called a round-trip?) I understand that Julia uses a grisu algorithm to do this automatically for values displayed at REPL and with