Skip to content

Commit 20d8f3d

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

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
@@ -1832,19 +1832,19 @@
18321832
with the same initial state
18331833
as all other default-constructed engines
18341834
of type \tcode{E}.
1835-
& \bigoh{$\text{size of state}$}
1835+
& \bigoh{\text{size of state}}
18361836
\\ \rowsep
18371837
\tcode{E(x)}
18381838
&
18391839
& Creates an engine
18401840
that compares equal to \tcode{x}.
1841-
& \bigoh{$\text{size of state}$}
1841+
& \bigoh{\text{size of state}}
18421842
\\ \rowsep
18431843
\tcode{E(s)}%
18441844
&
18451845
& Creates an engine
18461846
with initial state determined by \tcode{s}.
1847-
& \bigoh{$\text{size of state}$}
1847+
& \bigoh{\text{size of state}}
18481848
\\ \rowsep
18491849
\tcode{E(q)}%
18501850
\begin{footnote}
@@ -1919,12 +1919,12 @@
19191919
returns \tcode{true}
19201920
if $S_x = S_y$;
19211921
else returns \tcode{false}.
1922-
& \bigoh{$\text{size of state}$}
1922+
& \bigoh{\text{size of state}}
19231923
\\ \rowsep
19241924
\tcode{x != y}%
19251925
& \tcode{bool}
19261926
& \tcode{!(x == y)}.
1927-
& \bigoh{$\text{size of state}$}
1927+
& \bigoh{\text{size of state}}
19281928
\\ \rowsep
19291929
\tcode{os << x}%
19301930
& reference to the type of \tcode{os}
@@ -1939,7 +1939,7 @@
19391939
by one or more space characters.
19401940

19411941
\ensures The \tcode{os.}\textit{fmtflags} and fill character are unchanged.
1942-
& \bigoh{$\text{size of state}$}
1942+
& \bigoh{\text{size of state}}
19431943
\\ \rowsep
19441944
\tcode{is >> v}%
19451945
& reference to the type of \tcode{is}
@@ -1969,7 +1969,7 @@
19691969
were respectively the same as those of \tcode{is}.
19701970

19711971
\ensures The \tcode{is.}\textit{fmtflags} are unchanged.
1972-
& \bigoh{$\text{size of state}$}
1972+
& \bigoh{\text{size of state}}
19731973
\\
19741974
\end{libreqtab4d}
19751975

0 commit comments

Comments
 (0)