mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1255] [MERGED] feat: add secant method #1849
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/1255
Author: @samuelcfpires
Created: 5/2/2023
Status: ✅ Merged
Merged: 6/2/2023
Merged by: @Panquesito7
Base:
master← Head:add-secant-method📝 Commits (10+)
6a61c34feat: add secant method29d450fApply suggestions from code review8162ddffixed indentation50213b6added more tests26e45debetter clarification for the tolerance parameter554ae06Merge branch 'master' into add-secant-methodc34c33eremoved redundant comments57434afchore: apply suggestions from code review9e8c7caMerge branch 'master' into add-secant-method572f66eMerge branch 'master' into add-secant-method📊 Changes
1 file changed (+80 additions, -0 deletions)
View changed files
➕
numerical_methods/secant_method.c(+80 -0)📄 Description
Description of Change
Added the secant method to numerical methods.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.