Skip to content

Commit a403d72

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/numerics.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,19 +1928,19 @@
19281928
with the same initial state
19291929
as all other default-constructed engines
19301930
of type \tcode{E}.
1931-
& \bigoh{$\text{size of state}$}
1931+
& \bigoh{\text{size of state}}
19321932
\\ \rowsep
19331933
\tcode{E(x)}
19341934
&
19351935
& Creates an engine
19361936
that compares equal to \tcode{x}.
1937-
& \bigoh{$\text{size of state}$}
1937+
& \bigoh{\text{size of state}}
19381938
\\ \rowsep
19391939
\tcode{E(s)}%
19401940
&
19411941
& Creates an engine
19421942
with initial state determined by \tcode{s}.
1943-
& \bigoh{$\text{size of state}$}
1943+
& \bigoh{\text{size of state}}
19441944
\\ \rowsep
19451945
\tcode{E(q)}%
19461946
\begin{footnote}
@@ -2015,7 +2015,7 @@
20152015
returns \tcode{true}
20162016
if $S_x = S_y$;
20172017
else returns \tcode{false}.
2018-
& \bigoh{$\text{size of state}$}
2018+
& \bigoh{\text{size of state}}
20192019
\\ \rowsep
20202020
\tcode{x != y}%
20212021
& \tcode{bool}

0 commit comments

Comments
 (0)