Skip to content

Commit b8f3bb8

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

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
@@ -1934,19 +1934,19 @@
19341934
with the same initial state
19351935
as all other default-constructed engines
19361936
of type \tcode{E}.
1937-
& \bigoh{$\text{size of state}$}
1937+
& \bigoh{\text{size of state}}
19381938
\\ \rowsep
19391939
\tcode{E(x)}
19401940
&
19411941
& Creates an engine
19421942
that compares equal to \tcode{x}.
1943-
& \bigoh{$\text{size of state}$}
1943+
& \bigoh{\text{size of state}}
19441944
\\ \rowsep
19451945
\tcode{E(s)}%
19461946
&
19471947
& Creates an engine
19481948
with initial state determined by \tcode{s}.
1949-
& \bigoh{$\text{size of state}$}
1949+
& \bigoh{\text{size of state}}
19501950
\\ \rowsep
19511951
\tcode{E(q)}%
19521952
\begin{footnote}
@@ -2021,12 +2021,12 @@
20212021
returns \tcode{true}
20222022
if $S_x = S_y$;
20232023
else returns \tcode{false}.
2024-
& \bigoh{$\text{size of state}$}
2024+
& \bigoh{\text{size of state}}
20252025
\\ \rowsep
20262026
\tcode{x != y}%
20272027
& \tcode{bool}
20282028
& \tcode{!(x == y)}.
2029-
& \bigoh{$\text{size of state}$}
2029+
& \bigoh{\text{size of state}}
20302030
\\ \rowsep
20312031
\tcode{os << x}%
20322032
& reference to the type of \tcode{os}
@@ -2041,7 +2041,7 @@
20412041
by one or more space characters.
20422042

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

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

0 commit comments

Comments
 (0)