Skip to content

Commit 2851fe9

Browse files
committed
[rand.req.eng] Omit superfluous dollar-math wrapping inside \bigoh. [rejected upstream: 1340]
1 parent 3ab81d0 commit 2851fe9

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
@@ -1926,19 +1926,19 @@
19261926
with the same initial state
19271927
as all other default-constructed engines
19281928
of type \tcode{E}.
1929-
& \bigoh{$\text{size of state}$}
1929+
& \bigoh{\text{size of state}}
19301930
\\ \rowsep
19311931
\tcode{E(x)}
19321932
&
19331933
& Creates an engine
19341934
that compares equal to \tcode{x}.
1935-
& \bigoh{$\text{size of state}$}
1935+
& \bigoh{\text{size of state}}
19361936
\\ \rowsep
19371937
\tcode{E(s)}%
19381938
&
19391939
& Creates an engine
19401940
with initial state determined by \tcode{s}.
1941-
& \bigoh{$\text{size of state}$}
1941+
& \bigoh{\text{size of state}}
19421942
\\ \rowsep
19431943
\tcode{E(q)}%
19441944
\begin{footnote}
@@ -2013,12 +2013,12 @@
20132013
returns \tcode{true}
20142014
if $S_x = S_y$;
20152015
else returns \tcode{false}.
2016-
& \bigoh{$\text{size of state}$}
2016+
& \bigoh{\text{size of state}}
20172017
\\ \rowsep
20182018
\tcode{x != y}%
20192019
& \tcode{bool}
20202020
& \tcode{!(x == y)}.
2021-
& \bigoh{$\text{size of state}$}
2021+
& \bigoh{\text{size of state}}
20222022
\\ \rowsep
20232023
\tcode{os << x}%
20242024
& reference to the type of \tcode{os}
@@ -2033,7 +2033,7 @@
20332033
by one or more space characters.
20342034

20352035
\ensures The \tcode{os.}\textit{fmtflags} and fill character are unchanged.
2036-
& \bigoh{$\text{size of state}$}
2036+
& \bigoh{\text{size of state}}
20372037
\\ \rowsep
20382038
\tcode{is >> v}%
20392039
& reference to the type of \tcode{is}
@@ -2063,7 +2063,7 @@
20632063
were respectively the same as those of \tcode{is}.
20642064

20652065
\ensures The \tcode{is.}\textit{fmtflags} are unchanged.
2066-
& \bigoh{$\text{size of state}$}
2066+
& \bigoh{\text{size of state}}
20672067
\\
20682068
\end{libreqtab4d}
20692069

0 commit comments

Comments
 (0)