mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-04 02:56:40 +08:00
* Created composite Simpson's numerical integration method * Created midpoint numerical integration method * Corrections * Midpoint method * Improved Documentation * added namespace numerical_methods * Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * updating DIRECTORY.md * clang-format and clang-tidy fixes forec5e0cce* Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes for7f16cc14* Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update midpoint_integral_method.cpp * All changes have been applied * clang-format and clang-tidy fixes for6617e060* Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes fora5a50f89* Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes for4c60e180* Create midpoint_integral_method.cpp * Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes for27f76052* Update midpoint_integral_method.cpp Co-authored-by: ggkogkou <ggkogkou@ggkogkou.gr> Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>