Function -> code

This commit is contained in:
Antti H S Laaksonen 2017-02-17 00:53:57 +02:00
parent 11f763d24c
commit 2af09e463c
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ for (int k = 0; k < n; k++) {
}
\end{lstlisting}
The above code is based on the recursive definition
of $c$. As a special trick, the function only uses
of $c$. As a special trick, the code only uses
the array $d$ to calculate all values of the function.
Finally, for each set $x$ in $C$, $f(x)=d[x]$.