Skip to content

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

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ruff
Process completed with exit code 1.
Ruff (UP035): maths/brent_method.py#L1
maths/brent_method.py:1:1: UP035 Import from `collections.abc` instead: `Callable`