summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/expl3/l3num.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3num.dtx')
-rw-r--r--Master/texmf-dist/source/latex/expl3/l3num.dtx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3num.dtx b/Master/texmf-dist/source/latex/expl3/l3num.dtx
index 866216ca57a..45759166b46 100644
--- a/Master/texmf-dist/source/latex/expl3/l3num.dtx
+++ b/Master/texmf-dist/source/latex/expl3/l3num.dtx
@@ -36,7 +36,7 @@
\RequirePackage{l3names}
%</driver|package>
%\fi
-\GetIdInfo$Id: l3num.dtx 1914 2010-05-21 16:18:46Z schoepf $
+\GetIdInfo$Id: l3num.dtx 2063 2010-10-03 08:26:49Z mittelba $
{L3 Experimental token numbers}
%\iffalse
%<*driver>
@@ -249,7 +249,7 @@
% \begin{syntax}
% "\if_num:w" <number1> <rel> <number2> <true> "\else:" <false> "\fi:"
% \end{syntax}
-% Compare two numbers. It is recommended to use "\intexpr_eval:n" to
+% Compare two numbers. It is recommended to use "\int_eval:n" to
% correctly evaluate and terminate these numbers. <rel> is one of
% "<", "=" or ">" with catcode 12.
% \begin{texnote}
@@ -266,7 +266,7 @@
% <default> "\fi:"
% \end{syntax}
% Chooses case <number>. If you wish to use negative numbers as well,
-% you can offset them with "\intexpr_eval:n".
+% you can offset them with "\int_eval:n".
% \begin{texnote}
% These are the \TeX{} primitives \tn{ifcase} and \tn{or}.
% \end{texnote}
@@ -374,7 +374,7 @@
% Assigning values to \m{num} registers.
% \begin{macrocode}
\cs_new_protected_nopar:Npn \num_set:Nn #1#2{
- \tl_set:No #1{ \tex_number:D \intexpr_eval:n {#2} }
+ \tl_set:No #1{ \tex_number:D \int_eval:n {#2} }
}
\cs_generate_variant:Nn\num_set:Nn {c}
% \end{macrocode}
@@ -421,7 +421,7 @@
% \begin{macro}{\num_gadd:Nn}
% \begin{macro}{\num_gadd:cn}
% Adding is easily done as the second argument goes through
-% |\intexpr_eval:n|.
+% |\int_eval:n|.
% \begin{macrocode}
\cs_new_protected_nopar:Npn \num_add:Nn #1#2 {\num_set:Nn #1{#1+#2}}
\cs_generate_variant:Nn\num_add:Nn {c}