[latex3-commits] [latex3/latex3] main: Normalization, fpexpr -> fp eval (cd4fd19ed)

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/cd4fd19ed38298df5fec25767f7b36af45d5a7e3

>---------------------------------------------------------------

commit cd4fd19ed38298df5fec25767f7b36af45d5a7e3
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Fri Oct 20 14:38:43 2023 +0800

    Normalization, fpexpr -> fp eval


>---------------------------------------------------------------

cd4fd19ed38298df5fec25767f7b36af45d5a7e3
 l3kernel/l3fp.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3fp.dtx b/l3kernel/l3fp.dtx
index 77b9b8b2b..6d62f7cd3 100644
--- a/l3kernel/l3fp.dtx
+++ b/l3kernel/l3fp.dtx
@@ -703,7 +703,7 @@
 %
 % \begin{function}[added = 2023-10-19]{\fp_set_variable:nn}
 %   \begin{syntax}
-%     \cs{fp_set_variable:nn} \Arg{identifier} \Arg{fpexpr}
+%     \cs{fp_set_variable:nn} \Arg{identifier} \Arg{fp expr}
 %   \end{syntax}
 %   Defines the \meta{identifier} to stand in any further expression for
 %   the result of evaluating the \meta{floating point expression} as
@@ -764,7 +764,7 @@
 %
 % \begin{function}[added = 2023-10-19]{\fp_set_function:nnn}
 %   \begin{syntax}
-%     \cs{fp_set_function:nnn} \Arg{identifier} \Arg{vars} \Arg{fpexpr}
+%     \cs{fp_set_function:nnn} \Arg{identifier} \Arg{vars} \Arg{fp expr}
 %   \end{syntax}
 %   Defines the \meta{identifier} to stand in any further expression for
 %   the result of evaluating the \meta{floating point expression}, with





More information about the latex3-commits mailing list.