Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand errors' digits when they are less than errors.digits #8

Closed
Enchufa2 opened this issue May 24, 2017 · 3 comments
Closed

Expand errors' digits when they are less than errors.digits #8

Enchufa2 opened this issue May 24, 2017 · 3 comments
Labels

Comments

@Enchufa2
Copy link
Member

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
@Enchufa2 Enchufa2 added the bug label May 24, 2017
@Enchufa2
Copy link
Member Author

Enchufa2 commented Jun 6, 2017

@johnblommers, could you please double-check this?

@johnblommers
Copy link

OK I just re-installed the "Errors" code from this repository.
Display results are now correct.

@Enchufa2
Copy link
Member Author

Enchufa2 commented Jun 7, 2017

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants