From 13fcaca376a969f57a6a787cf479949ee2f2fc5f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 8 Sep 2022 03:02:02 +0000 Subject: CTAN sync 202209080301 --- macros/latex/contrib/siunitx/siunitx-number.dtx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macros/latex/contrib/siunitx/siunitx-number.dtx') 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 -- cgit v1.2.3