We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaeabe commit a531af5Copy full SHA for a531af5
1 file changed
maths/brent_method.py
@@ -1,4 +1,5 @@
1
-from typing import Callable
+from collections.abc import Callable
2
+
3
4
5
def brent_method(
0 commit comments