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 1928
1928
with the same initial state
1929
1929
as all other default-constructed engines
1930
1930
of type \tcode{E}.
1931
- & \bigoh{$ \text{size of state}$ }
1931
+ & \bigoh{\text{size of state}}
1932
1932
\\ \rowsep
1933
1933
\tcode{E(x)}
1934
1934
&
1935
1935
& Creates an engine
1936
1936
that compares equal to \tcode{x}.
1937
- & \bigoh{$ \text{size of state}$ }
1937
+ & \bigoh{\text{size of state}}
1938
1938
\\ \rowsep
1939
1939
\tcode{E(s)}%
1940
1940
&
1941
1941
& Creates an engine
1942
1942
with initial state determined by \tcode{s}.
1943
- & \bigoh{$ \text{size of state}$ }
1943
+ & \bigoh{\text{size of state}}
1944
1944
\\ \rowsep
1945
1945
\tcode{E(q)}%
1946
1946
\begin{footnote}
2015
2015
returns \tcode{true}
2016
2016
if $S_x = S_y$;
2017
2017
else returns \tcode{false}.
2018
- & \bigoh{$ \text{size of state}$ }
2018
+ & \bigoh{\text{size of state}}
2019
2019
\\ \rowsep
2020
2020
\tcode{x != y}%
2021
2021
& \tcode{bool}
You can’t perform that action at this time.
0 commit comments