mirror of https://github.com/TheAlgorithms/C
05ff277ebf
* 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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
bisection_method.c | ||
durand_kerner_roots.c | ||
gauss_elimination.c | ||
gauss_seidel_method.c | ||
lagrange_theorem.c | ||
lu_decompose.c | ||
mean.c | ||
median.c | ||
newton_raphson_root.c | ||
ode_forward_euler.c | ||
ode_midpoint_euler.c | ||
ode_semi_implicit_euler.c | ||
qr_decompose.h | ||
qr_decomposition.c | ||
qr_eigen_values.c | ||
realtime_stats.c | ||
secant_method.c | ||
simpsons_1_3rd_rule.c | ||
variance.c |