mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
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>