Hi, I was about to open an issue on github, but thought it was better to
start a discussion here instead.
Pd uses the default settings for %g to display numbers in comments, message
boxes, number boxes and [print] (and some other stuff, but this is what
concerns me). The default precision is "6" (as in "%.6g").
I'm sure this probably has been discussed many times, but even for single
precision, this is not satisfactory and we can create numbers in Pd that it
can understand, but it can't save them. Let's leave that aside for now, the
thing is that I think this could really change and improve for pd64, as
such a precision really does seem quite restrictive to me in this case.
It should be easy to adapt the code and have a different precision for each
case, right?
I can also think of a preference settings that the user can set himself.
What do you think?
cheers