TheAlgorithms-C/numerical_methods
Samuel Pires 05ff277ebf
feat: add Secant Method (#1255)
* feat: add secant method

* Apply suggestions from code review

Co-authored-by: Sharon "Cass" Cassidy <monadicdiffusive@proton.me>

* fixed indentation

* added more tests

* better clarification for the tolerance parameter

* removed redundant comments

* chore: apply suggestions from code review

---------

Co-authored-by: Sharon "Cass" Cassidy <monadicdiffusive@proton.me>
Co-authored-by: scpires <sc.pires@campus.fct.unl.pt>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-06-02 10:43:21 -06:00
..
CMakeLists.txt [enhancement] updated cmake checks (#581) 2020-07-23 10:44:18 -04:00
bisection_method.c feat: add bisection method (#1233) 2023-04-05 16:02:54 -06:00
durand_kerner_roots.c fix printing long double 2020-07-01 20:49:27 -04:00
gauss_elimination.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
gauss_seidel_method.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
lagrange_theorem.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
lu_decompose.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
mean.c fix: possible segmentation faults in `numerical_methods/mean.c` (#805) 2021-02-23 12:36:43 -06:00
median.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
newton_raphson_root.c fixed documentations 2020-06-28 15:18:52 -04:00
ode_forward_euler.c fix link references from fork to main repo 2020-06-28 11:22:42 -04:00
ode_midpoint_euler.c fix link references from fork to main repo 2020-06-28 11:22:42 -04:00
ode_semi_implicit_euler.c fix link references from fork to main repo 2020-06-28 11:22:42 -04:00
qr_decompose.h formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
qr_decomposition.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
qr_eigen_values.c fix file for clang-tidy errors 2020-07-10 18:39:01 -04:00
realtime_stats.c added authorship to docs 2020-06-06 14:51:49 -04:00
secant_method.c feat: add Secant Method (#1255) 2023-06-02 10:43:21 -06:00
simpsons_1_3rd_rule.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
variance.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00