mirror of https://github.com/TheAlgorithms/C
a537cf3645
* feat: add bisection method * fix function documentation * fix float to zero comparison * fix error definition * fix the sign function Co-authored-by: Sharon "Cass" Cassidy <122662061+CascadingCascade@users.noreply.github.com> * change float type to double type * fix sign comparison equals to zero * remove pow function * Update numerical_methods/bisection_method.c Co-authored-by: David Leal <halfpacho@gmail.com> * add parameter docs * update docs * Update numerical_methods/bisection_method.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update numerical_methods/bisection_method.c Co-authored-by: David Leal <halfpacho@gmail.com> * update docs --------- Co-authored-by: Sharon "Cass" Cassidy <122662061+CascadingCascade@users.noreply.github.com> 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 | ||
simpsons_1_3rd_rule.c | ||
variance.c |