Skip to content

Commit 6caf155

Browse files
committed
[rand.req.eng] Omit superfluous dollar-math wrapping inside \bigoh. [rejected upstream: 1340]
1 parent 7a56aaf commit 6caf155

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
@@ -1933,19 +1933,19 @@
19331933
with the same initial state
19341934
as all other default-constructed engines
19351935
of type \tcode{E}.
1936-
& \bigoh{$\text{size of state}$}
1936+
& \bigoh{\text{size of state}}
19371937
\\ \rowsep
19381938
\tcode{E(x)}
19391939
&
19401940
& Creates an engine
19411941
that compares equal to \tcode{x}.
1942-
& \bigoh{$\text{size of state}$}
1942+
& \bigoh{\text{size of state}}
19431943
\\ \rowsep
19441944
\tcode{E(s)}%
19451945
&
19461946
& Creates an engine
19471947
with initial state determined by \tcode{s}.
1948-
& \bigoh{$\text{size of state}$}
1948+
& \bigoh{\text{size of state}}
19491949
\\ \rowsep
19501950
\tcode{E(q)}%
19511951
\begin{footnote}
@@ -2020,12 +2020,12 @@
20202020
returns \tcode{true}
20212021
if $S_x = S_y$;
20222022
else returns \tcode{false}.
2023-
& \bigoh{$\text{size of state}$}
2023+
& \bigoh{\text{size of state}}
20242024
\\ \rowsep
20252025
\tcode{x != y}%
20262026
& \tcode{bool}
20272027
& \tcode{!(x == y)}.
2028-
& \bigoh{$\text{size of state}$}
2028+
& \bigoh{\text{size of state}}
20292029
\\ \rowsep
20302030
\tcode{os << x}%
20312031
& reference to the type of \tcode{os}
@@ -2040,7 +2040,7 @@
20402040
by one or more space characters.
20412041

20422042
\ensures The \tcode{os.}\textit{fmtflags} and fill character are unchanged.
2043-
& \bigoh{$\text{size of state}$}
2043+
& \bigoh{\text{size of state}}
20442044
\\ \rowsep
20452045
\tcode{is >> v}%
20462046
& reference to the type of \tcode{is}
@@ -2070,7 +2070,7 @@
20702070
were respectively the same as those of \tcode{is}.
20712071

20722072
\ensures The \tcode{is.}\textit{fmtflags} are unchanged.
2073-
& \bigoh{$\text{size of state}$}
2073+
& \bigoh{\text{size of state}}
20742074
\\
20752075
\end{libreqtab4d}
20762076

0 commit comments

Comments
 (0)