[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missed saving a file [ci skip] (009f872)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jan 7 09:36:27 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/009f8725458cfbe51a62145d6853f165f8ca9523
>---------------------------------------------------------------
commit 009f8725458cfbe51a62145d6853f165f8ca9523
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jan 7 08:36:27 2019 +0000
Missed saving a file [ci skip]
>---------------------------------------------------------------
009f8725458cfbe51a62145d6853f165f8ca9523
l3packages/xfp/xfp.dtx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/l3packages/xfp/xfp.dtx b/l3packages/xfp/xfp.dtx
index c8ae444..91b9dc1 100644
--- a/l3packages/xfp/xfp.dtx
+++ b/l3packages/xfp/xfp.dtx
@@ -109,7 +109,9 @@
% in degrees.
% \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 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}
% \item $\operatorname{trunc}(x,n)$ rounds towards zero,
% \item $\operatorname{floor}(x,n)$ rounds towards~$-\infty$,
More information about the latex3-commits
mailing list