Skip to content

Commit 90696c5

Browse files
authored
[numeric.ops.gcd,numeric.ops.lcm] Say "other than cv bool" (#4147)
1 parent aca06a2 commit 90696c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9968,7 +9968,7 @@
99689968
\begin{itemdescr}
99699969
\pnum
99709970
\mandates
9971-
\tcode{M} and \tcode{N} both are integer types and not
9971+
\tcode{M} and \tcode{N} both are integer types other than
99729972
\cv{}~\tcode{bool}.
99739973

99749974
\pnum
@@ -10003,7 +10003,7 @@
1000310003
\begin{itemdescr}
1000410004
\pnum
1000510005
\mandates
10006-
\tcode{M} and \tcode{N} both are integer types and not
10006+
\tcode{M} and \tcode{N} both are integer types other than
1000710007
\cv{}~\tcode{bool}.
1000810008

1000910009
\pnum

0 commit comments

Comments
 (0)