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

\num fails with confusing error when round-mode=uncertainty,exponent-mode = threshold and the error is larger than the value #755

Closed
JasonGross opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working hotfix A change that will be addressed in a hotfix

Comments

@JasonGross
Copy link

\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}

@josephwright josephwright self-assigned this Oct 30, 2024
@josephwright josephwright added the bug Something isn't working label Oct 30, 2024
@josephwright josephwright added the hotfix A change that will be addressed in a hotfix label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hotfix A change that will be addressed in a hotfix
Projects
None yet
Development

No branches or pull requests

2 participants