Draft: Remove too many zeros
Remove unnecessary from numbers: 1.80000000 --> 1.8
Edited by Markus Holzer
Merge request reports
Activity
added feature label
I thought Marco send you a paper, which has the optimal floating point length printing. The more that I think of it, the more unsure I am about floating-point numbers. is 0.1000000000000000000000000 the same as 0.1 in binary floating-point numbers? So at this point, I would not introduce any pretty-printing of floating-point numbers at all
Please register or sign in to reply