diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-07 21:25:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-07 21:25:38 +0000 |
commit | 1a52ee4251e2b2e1f1669a14319a600e0c5f24c9 (patch) | |
tree | edb2542521503451c1112f49cd19dd9ee7e666ac /Master/texmf-dist/source/latex/l3kernel/l3fp.dtx | |
parent | 713c3f96e876bca9b0516ae3d5fd5bd35f24d074 (diff) |
l3 (7may20)
git-svn-id: svn://tug.org/texlive/trunk@55057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3fp.dtx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx index 61904f6ca45..b781dda55de 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx +++ b/Master/texmf-dist/source/latex/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} |