Skip to content
Snippets Groups Projects
Commit a21eb7e5 authored by Emily Horsman's avatar Emily Horsman
Browse files

Modify A2: Add missing access routine argument

The table describing exported access programs lists an argument that was
not included in its signature under semantics.
parent 235ccac1
No related branches found
No related tags found
1 merge request!6Modify A2: Add missing access routine argument
...@@ -344,7 +344,7 @@ interpolation to select index values outside of where the function is defined. ...@@ -344,7 +344,7 @@ interpolation to select index values outside of where the function is defined.
\subsubsection* {Access Routine Semantics} \subsubsection* {Access Routine Semantics}
\noindent new CurveT($X, Y$): \noindent new CurveT($X, Y, i$):
\begin{itemize} \begin{itemize}
\item transition: $\mbox{minx}, \mbox{maxx}, o, f := X_0, X_{|X|-1}, i, (\lambda v: \item transition: $\mbox{minx}, \mbox{maxx}, o, f := X_0, X_{|X|-1}, i, (\lambda v:
\mbox{interp}(X, Y, o, v))$ \mbox{interp}(X, Y, o, v))$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment