Add Brent's Method for root finding (numerical analysis) #14289
Annotations
4 errors
|
|
|
maths/brent_method.py#L91
maths/brent_method.py:91:17: F841 Local variable `e` is assigned to but never used
|
|
maths/brent_method.py#L69
maths/brent_method.py:69:12: PLR1714 Consider merging multiple comparisons: `fc not in (fa, fb)`. Use a `set` if the elements are hashable.
|
|
maths/brent_method.py#L1
maths/brent_method.py:1:1: UP035 Import from `collections.abc` instead: `Callable`
|
The logs for this run have expired and are no longer available.
Loading