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 9eb22da commit eb39674Copy full SHA for eb39674
1 file changed
limits.py
@@ -15,7 +15,7 @@ def limit_epsilon_delta(f, x, toler, iter_max):
15
Returns:
16
limit (float): the limit value.
17
"""
18
- delta = 0.5
+ delta = 0.1
19
limit_low_prev = -math.inf
20
limit_up_prev = math.inf
21
0 commit comments