Skip to content

Commit 4f72fae

Browse files
committed
[rand.req.eng] Omit superfluous dollar-math wrapping inside \bigoh. [rejected upstream: 1340]
1 parent 9869622 commit 4f72fae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/numerics.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,19 +1906,19 @@
19061906
with the same initial state
19071907
as all other default-constructed engines
19081908
of type \tcode{E}.
1909-
& \bigoh{$\text{size of state}$}
1909+
& \bigoh{\text{size of state}}
19101910
\\ \rowsep
19111911
\tcode{E(x)}
19121912
&
19131913
& Creates an engine
19141914
that compares equal to \tcode{x}.
1915-
& \bigoh{$\text{size of state}$}
1915+
& \bigoh{\text{size of state}}
19161916
\\ \rowsep
19171917
\tcode{E(s)}%
19181918
&
19191919
& Creates an engine
19201920
with initial state determined by \tcode{s}.
1921-
& \bigoh{$\text{size of state}$}
1921+
& \bigoh{\text{size of state}}
19221922
\\ \rowsep
19231923
\tcode{E(q)}%
19241924
\begin{footnote}
@@ -1993,12 +1993,12 @@
19931993
returns \tcode{true}
19941994
if $S_x = S_y$;
19951995
else returns \tcode{false}.
1996-
& \bigoh{$\text{size of state}$}
1996+
& \bigoh{\text{size of state}}
19971997
\\ \rowsep
19981998
\tcode{x != y}%
19991999
& \tcode{bool}
20002000
& \tcode{!(x == y)}.
2001-
& \bigoh{$\text{size of state}$}
2001+
& \bigoh{\text{size of state}}
20022002
\\ \rowsep
20032003
\tcode{os << x}%
20042004
& reference to the type of \tcode{os}
@@ -2013,7 +2013,7 @@
20132013
by one or more space characters.
20142014

20152015
\ensures The \tcode{os.}\textit{fmtflags} and fill character are unchanged.
2016-
& \bigoh{$\text{size of state}$}
2016+
& \bigoh{\text{size of state}}
20172017
\\ \rowsep
20182018
\tcode{is >> v}%
20192019
& reference to the type of \tcode{is}
@@ -2043,7 +2043,7 @@
20432043
were respectively the same as those of \tcode{is}.
20442044

20452045
\ensures The \tcode{is.}\textit{fmtflags} are unchanged.
2046-
& \bigoh{$\text{size of state}$}
2046+
& \bigoh{\text{size of state}}
20472047
\\
20482048
\end{libreqtab4d}
20492049

0 commit comments

Comments
 (0)