Add Brent's Method for root finding (numerical analysis) #14291
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
maths/brent_method.py#L83
maths/brent_method.py:83:89: E501 Line too long (115 > 88)
|
|
Ruff (UP035):
maths/brent_method.py#L1
maths/brent_method.py:1:1: UP035 Import from `collections.abc` instead: `Callable`
|