Hover Number Input/Output Display to see full value
Currently these displays tend to show us 1 decimal place of precision. But when working with calculators, particularly trig functions etc. it's often useful to see the full value.
Along with the tooltip (maybe just below it) for one of those displays, we could be shown the full value so we don't have to wire it into a value slider or number displayer to get a more precise readout.
-
Displaying numbers with the 9 digits of binary -> decimal -> binary round trip precision would give full use of the precision of the number format. But, of course, there's an obstacle to exceeding the 6 digits of decimal -> binary -> decimal round trip position - the flood of spurious bug reports that Mm would get regarding numbers not being exactly what the user typed. Perhaps the high display precision could be an option, with an unskippable tutorial on floating point numbers when you turn it on for the first time.
-
Well, I mean, you can already type in any number as long as you want. And the same problem can happen. This addition doesn't affect any of that I think. So we should be fine :D
サインインしてコメントを残してください。