Multiple uncertainties incorrect if given separated and shorter than the main value
josephwright opened this issue · 0 comments
josephwright commented
For example
\documentclass{article}
\usepackage{siunitx}
\sisetup{uncertainty-mode = separate}
\begin{document}
\num{1.2 \pm 0.1 \pm 0.05 \pm 0.005}
\end{document}