-
-
Notifications
You must be signed in to change notification settings - Fork 48.9k
Closed
Labels
enhancementThis PR modified some existing filesThis PR modified some existing files
Description
Feature description
Algorithm to Add
Brent’s Method for root finding (Numerical Analysis)
Description
Brent’s Method is a robust, efficient algorithm for finding zeros of functions, combining bisection, secant, and inverse quadratic interpolation. It is widely used in scientific computing.
Motivation
Adding Brent’s Method would enhance the set of numerical root-finding algorithms in this repository, as it is often considered the gold standard for reliability and speed.
I would like to implement and contribute this algorithm.
This issue is created as part of Hacktoberfest 2025.
Metadata
Metadata
Assignees
Labels
enhancementThis PR modified some existing filesThis PR modified some existing files