summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/siunitx/siunitx-number.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/siunitx/siunitx-number.dtx')
-rw-r--r--macros/latex/contrib/siunitx/siunitx-number.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/latex/contrib/siunitx/siunitx-number.dtx b/macros/latex/contrib/siunitx/siunitx-number.dtx
index e1cb9e639d..f80684ee9c 100644
--- a/macros/latex/contrib/siunitx/siunitx-number.dtx
+++ b/macros/latex/contrib/siunitx/siunitx-number.dtx
@@ -1906,7 +1906,7 @@
% \end{variable}
%
% \begin{macro}{\@@_set_round_min:n}
-% \begin{macro}[EXP]{\@@_set_round_min:nnnnnnn}
+% \begin{macro}{\@@_set_round_min:nnnnnnn}
% For setting the rounding minimum, the aim is to do as much of the work
% now as possible. That's mainly a question of checking if there are any
% significant digits in the mantissa given.
@@ -1916,7 +1916,7 @@
\siunitx_number_parse:nN {#1} \l_@@_tmp_tl
\exp_after:wN \@@_set_round_min:nnnnnnn \l_@@_tmp_tl
}
-\cs_new:Npn \@@_set_round_min:nnnnnnn #1#2#3#4#5#6#7
+\cs_new_protected:Npn \@@_set_round_min:nnnnnnn #1#2#3#4#5#6#7
{
\tl_set:Nx \l_@@_round_min_tl
{
@@ -3114,7 +3114,7 @@
% Before doing any rounding, we need to be sure that the main value has
% enough significant digits. If not, the result is zero.
% \begin{macrocode}
-\cs_new:Npn \__siunitx_number_round_uncertainty:nnn #1#2#3
+\cs_new:Npn \@@_round_uncertainty:nnn #1#2#3
{
\@@_round_uncertainty_check:nnnw {#1} {#2} {#3}
#1#2 \q_recursion_tail \q_recursion_stop