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
Unless I completely misunderstand how the error propagation is computed, there seems to be something wrong with the decimal points after the values when multiplying with a constant.
truncated in order to present two significant digits for the uncertainty:
The second significant digit of the uncertainty is on the unit, and so also the value is truncated at the same level. And to be extra clear, this is only related to printing value to screen to avoid showing superlong unsignificant numbers, but the actual objects retains the full precision.
Unless I completely misunderstand how the error propagation is computed, there seems to be something wrong with the decimal points after the values when multiplying with a constant.
I don't see why the values would be different, as Measurements should only propagate the errors?
The text was updated successfully, but these errors were encountered: