-
Notifications
You must be signed in to change notification settings - Fork 37
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
Way to represent uncertainty strings with parentheses for uncertainties #171
Comments
What MIME would you use it with? The nice thing of the |
While I imagine it could have a MIME like |
Ok, yeah, you can define a custom MIME, like we do for Lines 52 to 62 in 833064e
|
I noticed that in the package you can use
measurement
to convert" -123.4(56) "
into-123.4 ± 5.6
. But is there a way to take the Measurement object and output a string formatted with parentheses to denote uncertainties like"-123.4(56)"
.Ideally, it would be of the form
repr("text/something", -123.4 ± 5.6) ≈ "-123.4(56)"
The text was updated successfully, but these errors were encountered: