[latex3-commits] [latex3/latex3] main: Drop flag implementation details in l3fp docs (11c428464)
github at latex-project.org
github at latex-project.org
Thu Dec 14 14:15:43 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/11c428464a1164131b335edf58caa20979316c63
>---------------------------------------------------------------
commit 11c428464a1164131b335edf58caa20979316c63
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Wed Dec 13 05:34:05 2023 +0800
Drop flag implementation details in l3fp docs
>---------------------------------------------------------------
11c428464a1164131b335edf58caa20979316c63
l3kernel/l3fp-traps.dtx | 8 ++++----
l3kernel/l3fp.dtx | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/l3kernel/l3fp-traps.dtx b/l3kernel/l3fp-traps.dtx
index a13e562a4..268e15802 100644
--- a/l3kernel/l3fp-traps.dtx
+++ b/l3kernel/l3fp-traps.dtx
@@ -74,10 +74,10 @@
%
% \begin{variable}[module = fp]
% {
-% flag fp_invalid_operation,
-% flag fp_division_by_zero,
-% flag fp_overflow,
-% flag fp_underflow
+% fp_invalid_operation,
+% fp_division_by_zero,
+% fp_overflow,
+% fp_underflow
% }
% Flags to denote exceptions.
% \begin{macrocode}
diff --git a/l3kernel/l3fp.dtx b/l3kernel/l3fp.dtx
index 40696bec3..ab7d23653 100644
--- a/l3kernel/l3fp.dtx
+++ b/l3kernel/l3fp.dtx
@@ -909,10 +909,10 @@
%
% \begin{variable}[module = fp]
% {
-% flag fp_overflow,
-% flag fp_underflow,
-% flag fp_invalid_operation,
-% flag fp_division_by_zero
+% fp_overflow,
+% fp_underflow,
+% fp_invalid_operation,
+% fp_division_by_zero
% }
% Flags denoting the occurrence of various floating-point exceptions.
% \end{variable}
More information about the latex3-commits
mailing list.