Skip to content

Commit

Permalink
Doc tweak (see #515) ]ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 7, 2019
1 parent 2c00e0d commit 2698c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l3kernel/l3fp.dtx
Expand Up @@ -91,7 +91,7 @@
% $\operatorname{asinh} x$, $\operatorname{acosh} x$,
% $\operatorname{atanh} x$, $\operatorname{acoth} x$,
% $\operatorname{asech} x$, $\operatorname{acsch} x$.
% \item Extrema: $\max(x,y,\ldots)$, $\min(x,y,\ldots)$,
% \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):
% $\operatorname{trunc}(x,n)$ rounds towards zero,
Expand Down
2 changes: 1 addition & 1 deletion l3packages/xfp/xfp.dtx
Expand Up @@ -107,7 +107,7 @@
% $\operatorname{atand} x$, $\operatorname{acotd} x$,
% $\operatorname{asecd} x$, $\operatorname{acscd} x$ giving a result
% in degrees.
% \item Extrema: $\max(x,y,\ldots)$, $\min(x,y,\ldots)$,
% \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):
% $\operatorname{trunc}(x,n)$ rounds towards zero,
Expand Down

0 comments on commit 2698c97

Please sign in to comment.