[latex3-commits] [git/LaTeX3-latex3-latex3] master: Doc improvement (see #515) [ci skip] (b364971)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jan 7 09:34:35 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/b364971042e71b4090c9213c99e8c0b4caf1c096
>---------------------------------------------------------------
commit b364971042e71b4090c9213c99e8c0b4caf1c096
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jan 7 08:34:35 2019 +0000
Doc improvement (see #515) [ci skip]
>---------------------------------------------------------------
b364971042e71b4090c9213c99e8c0b4caf1c096
l3kernel/l3fp.dtx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/l3kernel/l3fp.dtx b/l3kernel/l3fp.dtx
index 3989edc..2ab3732 100644
--- a/l3kernel/l3fp.dtx
+++ b/l3kernel/l3fp.dtx
@@ -93,7 +93,9 @@
% $\operatorname{asech} x$, $\operatorname{acsch} x$.
% \item Extrema: $\max(x_{1},x_{2},\ldots)$, $\min(x_{1},x_{2},\ldots)$,
% $\operatorname{abs}(x)$.
-% \item Rounding functions ($n=0$ by default, $t=\nan$ by default):
+% \item Rouning functions, controlled by two optional
+% values, $n$ (number of places, $0$ by default) and
+% $t$ (behavior on a tie, $\nan$ by default):
% \begin{itemize}
% \item $\operatorname{trunc}(x,n)$ rounds towards zero,
% \item $\operatorname{floor}(x,n)$ rounds towards~$-\infty$,
More information about the latex3-commits
mailing list