We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Python code, it might be useful to do something like this:
import resultwizard as wiz my = wiz.res("Important", 3.14, 0.02, "\J") # then somewhat later in the code print(my.value) print(my.uncertainty)
Similar to what we already provide to LaTeX (e.g. \resultImportant[value]), we could also provide an API for the python code.
\resultImportant[value]
The text was updated successfully, but these errors were encountered:
paul019
Successfully merging a pull request may close this issue.
In Python code, it might be useful to do something like this:
Similar to what we already provide to LaTeX (e.g.
\resultImportant[value]
), we could also provide an API for the python code.The text was updated successfully, but these errors were encountered: