Commit 09d430a0 authored by Adam Blank's avatar Adam Blank
Browse files

Update taylor.py

parent 72ff4744
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -51,8 +51,6 @@ def max_error(func, a, x, n=N):
where M >= f^(N + 1)(c).
Finally, plug M into the equation above for f^(N + 1)(c) and return that value.
zero = newton(nth_derivative(func, n + 2), x, 'x')
"""
return None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment