Skip to content

Commit 70bfeed

Browse files
committed
[rand.req.eng] Omit superfluous dollar-math wrapping inside \bigoh. [rejected upstream: 1340]
1 parent 2d02792 commit 70bfeed

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
@@ -1848,19 +1848,19 @@
18481848
with the same initial state
18491849
as all other default-constructed engines
18501850
of type \tcode{E}.
1851-
& \bigoh{$\text{size of state}$}
1851+
& \bigoh{\text{size of state}}
18521852
\\ \rowsep
18531853
\tcode{E(x)}
18541854
&
18551855
& Creates an engine
18561856
that compares equal to \tcode{x}.
1857-
& \bigoh{$\text{size of state}$}
1857+
& \bigoh{\text{size of state}}
18581858
\\ \rowsep
18591859
\tcode{E(s)}%
18601860
&
18611861
& Creates an engine
18621862
with initial state determined by \tcode{s}.
1863-
& \bigoh{$\text{size of state}$}
1863+
& \bigoh{\text{size of state}}
18641864
\\ \rowsep
18651865
\tcode{E(q)}%
18661866
\begin{footnote}
@@ -1935,12 +1935,12 @@
19351935
returns \tcode{true}
19361936
if $S_x = S_y$;
19371937
else returns \tcode{false}.
1938-
& \bigoh{$\text{size of state}$}
1938+
& \bigoh{\text{size of state}}
19391939
\\ \rowsep
19401940
\tcode{x != y}%
19411941
& \tcode{bool}
19421942
& \tcode{!(x == y)}.
1943-
& \bigoh{$\text{size of state}$}
1943+
& \bigoh{\text{size of state}}
19441944
\\ \rowsep
19451945
\tcode{os << x}%
19461946
& reference to the type of \tcode{os}
@@ -1955,7 +1955,7 @@
19551955
by one or more space characters.
19561956

19571957
\ensures The \tcode{os.}\textit{fmtflags} and fill character are unchanged.
1958-
& \bigoh{$\text{size of state}$}
1958+
& \bigoh{\text{size of state}}
19591959
\\ \rowsep
19601960
\tcode{is >> v}%
19611961
& reference to the type of \tcode{is}
@@ -1985,7 +1985,7 @@
19851985
were respectively the same as those of \tcode{is}.
19861986

19871987
\ensures The \tcode{is.}\textit{fmtflags} are unchanged.
1988-
& \bigoh{$\text{size of state}$}
1988+
& \bigoh{\text{size of state}}
19891989
\\
19901990
\end{libreqtab4d}
19911991

0 commit comments

Comments
 (0)