Skip to content

Commit 87bbdf8

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

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
@@ -1937,19 +1937,19 @@
19371937
with the same initial state
19381938
as all other default-constructed engines
19391939
of type \tcode{E}.
1940-
& \bigoh{$\text{size of state}$}
1940+
& \bigoh{\text{size of state}}
19411941
\\ \rowsep
19421942
\tcode{E(x)}
19431943
&
19441944
& Creates an engine
19451945
that compares equal to \tcode{x}.
1946-
& \bigoh{$\text{size of state}$}
1946+
& \bigoh{\text{size of state}}
19471947
\\ \rowsep
19481948
\tcode{E(s)}%
19491949
&
19501950
& Creates an engine
19511951
with initial state determined by \tcode{s}.
1952-
& \bigoh{$\text{size of state}$}
1952+
& \bigoh{\text{size of state}}
19531953
\\ \rowsep
19541954
\tcode{E(q)}%
19551955
\begin{footnote}
@@ -2024,12 +2024,12 @@
20242024
returns \tcode{true}
20252025
if $S_x = S_y$;
20262026
else returns \tcode{false}.
2027-
& \bigoh{$\text{size of state}$}
2027+
& \bigoh{\text{size of state}}
20282028
\\ \rowsep
20292029
\tcode{x != y}%
20302030
& \tcode{bool}
20312031
& \tcode{!(x == y)}.
2032-
& \bigoh{$\text{size of state}$}
2032+
& \bigoh{\text{size of state}}
20332033
\\ \rowsep
20342034
\tcode{os << x}%
20352035
& reference to the type of \tcode{os}
@@ -2044,7 +2044,7 @@
20442044
by one or more space characters.
20452045

20462046
\ensures The \tcode{os.}\textit{fmtflags} and fill character are unchanged.
2047-
& \bigoh{$\text{size of state}$}
2047+
& \bigoh{\text{size of state}}
20482048
\\ \rowsep
20492049
\tcode{is >> v}%
20502050
& reference to the type of \tcode{is}
@@ -2074,7 +2074,7 @@
20742074
were respectively the same as those of \tcode{is}.
20752075

20762076
\ensures The \tcode{is.}\textit{fmtflags} are unchanged.
2077-
& \bigoh{$\text{size of state}$}
2077+
& \bigoh{\text{size of state}}
20782078
\\
20792079
\end{libreqtab4d}
20802080

0 commit comments

Comments
 (0)