Skip to content
Snippets Groups Projects
Commit 88bd50bf authored by alicj's avatar alicj
Browse files

fix typo in t6

parent 86a72923
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ McMaster University\\ }
\item Behaviour of \texttt{SeqT.indexInSeq(v)}: if \texttt{s.get(i) $\leq$ v $\leq$ s.get(i+1)} is not saftisfied, what should it return?
\item Will \texttt{linVal(x)} equal \texttt{npolyVal(n, x)} for the same x value? Why or why not?
\begin{itemize}
\item \texttt{linVal} is linear inteploration between 2 points whereaas \texttt{npolyVal(n, x)} is regression for all points
\item \texttt{linVal} is linear inteploration between 2 points whereas \texttt{npolyVal(n, x)} is regression for all points
\end{itemize}
\end{enumerate}
\end{frame}
......
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