Skip to content

Add Brent's Method for root finding (numerical analysis) #14291

Add Brent's Method for root finding (numerical analysis)

Add Brent's Method for root finding (numerical analysis) #14291

Triggered via pull request October 1, 2025 19:06
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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`