Skip to content

Commit eb39674

Browse files
committed
Optimize
1 parent 9eb22da commit eb39674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

limits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def limit_epsilon_delta(f, x, toler, iter_max):
1515
Returns:
1616
limit (float): the limit value.
1717
"""
18-
delta = 0.5
18+
delta = 0.1
1919
limit_low_prev = -math.inf
2020
limit_up_prev = math.inf
2121

0 commit comments

Comments
 (0)