Skip to content

Commit 21002c3

Browse files
authored
Update iderivative.m
1 parent 41f9588 commit 21002c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/iderivative.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
% -------
3333
% OUTPUT:
3434
% -------
35-
% df - (m×1 double) derivative of f(x) evaluated at x0
35+
% df - (m×1 double) derivative of f(x) evaluated at x0
3636
%
3737
% -----
3838
% NOTE:
@@ -50,4 +50,4 @@
5050
% evaluates derivative
5151
df = imag(f(x0+h*1i)/h);
5252

53-
end
53+
end

0 commit comments

Comments
 (0)