You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another question is if the stripping of trailing zeroes when rounding to 6 decimal places is misleading about the precision/number of significant figures
The text was updated successfully, but these errors were encountered:
Example:
Instead of
00:00:05,1.Z
it should be00:00:06,0Z
.That would make the behaviour in line with rounding down, e.g.
Another question is if the stripping of trailing zeroes when rounding to 6 decimal places is misleading about the precision/number of significant figures
The text was updated successfully, but these errors were encountered: