mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-28 08:19:40 +00:00
[PR #1233] [MERGED] feat: add bisection method #1823
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1233
Author: @aybarsnazlica
Created: 3/15/2023
Status: ✅ Merged
Merged: 4/5/2023
Merged by: @Panquesito7
Base:
master← Head:bisection📝 Commits (10+)
f91bf7cfeat: add bisection method71f78a3fix function documentation527bc67fix float to zero comparisona819b65Merge branch 'master' into bisection3957651fix error definitiond3add48fix the sign functioncd05d6achange float type to double type191d9c9fix sign comparison equals to zero9dbc983remove pow function87eb303Update numerical_methods/bisection_method.c📊 Changes
1 file changed (+111 additions, -0 deletions)
View changed files
➕
numerical_methods/bisection_method.c(+111 -0)📄 Description
Description of Change
Added bisection method used for root finding.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.