Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
TheAlgorithms
/
Python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
51.1k
Star
225k
Code
Issues
8
Pull requests
299
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add Brent's Method for root finding (numerical analysis)
- #13063
#13063
Merged
cclauss
merged 8 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
debesh00800:brent_method
debesh00800/Python:brent_method
Copy head branch name to clipboard
Sep 8, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Add Brent's Method for root finding (numerical analysis)
#13063
cclauss
merged 8 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
debesh00800:brent_method
debesh00800/Python:brent_method
Copy head branch name to clipboard
Commits
Commits on Oct 1, 2025
Add Brent's Method for root finding (numerical analysis)
debesh
committed
8489f90
View commit details
Copy full SHA for 8489f90
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for a14bceb
pre-commit-ci[bot]
committed
a14bceb
View commit details
Copy full SHA for a14bceb
Browse repository at this point
Fix parameter names and lint issues in Brent's Method
debesh
committed
cdaeabe
View commit details
Copy full SHA for cdaeabe
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for c623ce6
pre-commit-ci[bot]
committed
c623ce6
View commit details
Copy full SHA for c623ce6
Browse repository at this point
Fix import name
debesh
committed
a531af5
View commit details
Copy full SHA for a531af5
Browse repository at this point
Merge branch 'brent_method' of https://github.com/debesh00800/Python into brent_method
debesh
committed
7e8d2d8
View commit details
Copy full SHA for 7e8d2d8
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for b690251
pre-commit-ci[bot]
committed
b690251
View commit details
Copy full SHA for b690251
Browse repository at this point
Commits on Sep 8, 2026
Rename maths/brent_method.py to maths/numerical_analysis/brent_method.py
cclauss
authored
ab12d32
View commit details
Copy full SHA for ab12d32
Browse repository at this point
You can’t perform that action at this time.