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
\documentclass{article} \usepackage{siunitx} \begin{document} \num [round-mode=uncertainty,round-precision=1]{\fpeval {0.000071} \pm \fpeval {0.000625}} % 0.0001(6) \num [round-precision=1,exponent-mode = threshold]{\fpeval {0.000071} \pm \fpeval {0.000625}} % 7.1(625) × 10^{−5} \num [round-mode=uncertainty,round-precision=1,exponent-mode = threshold]{\fpeval {0.000071} \pm \fpeval {0.000625}} % ! Undefined control sequence. % <argument> ...__siunitx_number_round_threshold:nn % 5.51055555\times 510^{{S}{... \end{document}
This is with version {siunitx} {2024-06-24} {3.3.19}
The text was updated successfully, but these errors were encountered:
Allow for uncert. rounding greater than main value + threshold
f779281
Fixes #755.
josephwright
No branches or pull requests
This is with version {siunitx} {2024-06-24} {3.3.19}
The text was updated successfully, but these errors were encountered: