Closed Enchufa2 closed 7 years ago
library(errors) options(errors.notation="plus-minus", errors.digits=3) set_errors(0.71, 1e-7) #> 0.710000000 +/- 0.0000001
It should be
0.710000000 +/- 0.000000100
@johnblommers, could you please double-check this?
OK I just re-installed the "Errors" code from this repository. Display results are now correct.
Many thanks!
It should be