summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3fp.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3fp.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3fp.dtx16
1 files changed, 8 insertions, 8 deletions
diff --git a/macros/latex/contrib/l3kernel/l3fp.dtx b/macros/latex/contrib/l3kernel/l3fp.dtx
index 61904f6ca4..b781dda55d 100644
--- a/macros/latex/contrib/l3kernel/l3fp.dtx
+++ b/macros/latex/contrib/l3kernel/l3fp.dtx
@@ -49,7 +49,7 @@
% }^^A
% }
%
-% \date{Released 2020-04-06}
+% \date{Released 2020-05-05}
%
% \maketitle
%
@@ -96,7 +96,7 @@
% $\operatorname{asech} x$, $\operatorname{acsch} x$.
% \item Extrema: $\max(x_{1},x_{2},\ldots)$, $\min(x_{1},x_{2},\ldots)$,
% $\operatorname{abs}(x)$.
-% \item Rouning functions, controlled by two optional
+% \item Rounding functions, controlled by two optional
% values, $n$ (number of places, $0$ by default) and
% $t$ (behavior on a tie, $\nan$ by default):
% \begin{itemize}
@@ -446,10 +446,10 @@
% \end{syntax}
% Evaluates the \meta{floating point expressions} as described for
% \cs{fp_eval:n} and compares consecutive result using the
-% corresponding \meta{relation}, namely it compares \meta{intexpr_1}
-% and \meta{intexpr_2} using the \meta{relation_1}, then
-% \meta{intexpr_2} and \meta{intexpr_3} using the \meta{relation_2},
-% until finally comparing \meta{intexpr_N} and \meta{intexpr_{N+1}}
+% corresponding \meta{relation}, namely it compares \meta{fpexpr_1}
+% and \meta{fpexpr_2} using the \meta{relation_1}, then
+% \meta{fpexpr_2} and \meta{fpexpr_3} using the \meta{relation_2},
+% until finally comparing \meta{fpexpr_N} and \meta{fpexpr_{N+1}}
% using the \meta{relation_N}. The test yields \texttt{true} if all
% comparisons are \texttt{true}. Each \meta{floating point
% expression} is evaluated only once. Contrarily to
@@ -813,7 +813,7 @@
% \item \meta{sign}: a possibly empty string of |+| and |-| characters;
% \item \meta{significand}: a non-empty string of digits together with zero
% or one dot;
-% \item \meta{exponent} optionally: the character |e|, followed by a
+% \item \meta{exponent} optionally: the character |e| or |E|, followed by a
% possibly empty string of |+|~and~|-| tokens, and a non-empty string
% of digits.
% \end{itemize}
@@ -843,7 +843,7 @@
% valid floating point numbers. Note that the latter could be mistaken
% with the difference of \enquote{\texttt{e}} and $1$. To avoid
% confusions, the base of natural logarithms cannot be input as |e| and
-% should be input as \texttt{exp(1)} or \cs{c_e_fp}.
+% should be input as \texttt{exp(1)} or \cs{c_e_fp} (which is faster).
%
% Special numbers are input as follows:
% \begin{itemize}