File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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}
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}
You can’t perform that action at this time.
0 commit comments