[latex3-commits] [latex3/latex3] main: More normalizations to "fp expr" (15b5556f4)
github at latex-project.org
github at latex-project.org
Fri Oct 20 10:40:32 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/15b5556f41276225b19c697724ea8041ee63d637
>---------------------------------------------------------------
commit 15b5556f41276225b19c697724ea8041ee63d637
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Fri Oct 20 15:07:58 2023 +0800
More normalizations to "fp expr"
>---------------------------------------------------------------
15b5556f41276225b19c697724ea8041ee63d637
l3experimental/l3str/l3str-format.dtx | 2 +-
l3kernel/l3fp.dtx | 2 +-
l3trial/l3str-format-new/l3str-format-new.dtx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3experimental/l3str/l3str-format.dtx b/l3experimental/l3str/l3str-format.dtx
index 10ccfb2f7..b149d6aaf 100644
--- a/l3experimental/l3str/l3str-format.dtx
+++ b/l3experimental/l3str/l3str-format.dtx
@@ -123,7 +123,7 @@
%
% \begin{function}[EXP]{\fp_format:nn}
% \begin{syntax}
-% \cs{fp_format:nn} \Arg{fpexpr} \Arg{format specification}
+% \cs{fp_format:nn} \Arg{fp expr} \Arg{format specification}
% \end{syntax}
% Evaluates the \meta{floating point expression} and converts the
% result to a string according to the \meta{format specification}.
diff --git a/l3kernel/l3fp.dtx b/l3kernel/l3fp.dtx
index 6d62f7cd3..0a06eb7c0 100644
--- a/l3kernel/l3fp.dtx
+++ b/l3kernel/l3fp.dtx
@@ -1549,7 +1549,7 @@
% \begin{function}[EXP, added = 2012-09-26, tested = m3fp-convert003]
% {\fp_max:nn, \fp_min:nn}
% \begin{syntax}
-% \cs{fp_max:nn} \Arg{fp expression 1} \Arg{fp expression 2}
+% \cs{fp_max:nn} \Arg{fp expr_1} \Arg{fp expr_2}
% \end{syntax}
% Evaluates the \meta{fp exprs} as described for
% \cs{fp_eval:n} and leaves the resulting larger (\texttt{max}) or
diff --git a/l3trial/l3str-format-new/l3str-format-new.dtx b/l3trial/l3str-format-new/l3str-format-new.dtx
index 4f8b15aaf..15b64a3c1 100644
--- a/l3trial/l3str-format-new/l3str-format-new.dtx
+++ b/l3trial/l3str-format-new/l3str-format-new.dtx
@@ -229,7 +229,7 @@
%
% \begin{function}[EXP]{\fp_format:nn}
% \begin{syntax}
-% \cs{fp_format:nn} \Arg{fpexpr} \Arg{format specification}
+% \cs{fp_format:nn} \Arg{fp expr} \Arg{format specification}
% \end{syntax}
% Evaluates the \meta{floating point expression} and converts the
% result to a string according to the \meta{format specification}.
More information about the latex3-commits
mailing list.