@@ -5,7 +5,7 @@ function [xList, errorList] = Secant(f, p0, p1, errorAllowed)
%
%Make sure the number of arguments is correct
if(narginchk(4,4))
if(nargin ~= 4)
error('That is an incorrect number of arguments')
end
%A few necesary things before we get started
The note is not visible to the blocked user.