Skip to content

Commit eb39674

Browse files
committed
Optimize
1 parent 9eb22da commit eb39674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

limits.py

Lines changed: 1 addition & 1 deletion
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)