Update numerical_methods/midpoint_integral_method.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
ggkogkou 2021-10-28 12:08:50 +03:00 committed by GitHub
parent 6b04043b2a
commit b1e3a81eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
namespace numerical_methods {
/**
* @namespace midpoint_rule
* @brief Contains the function of the midpoint method implementation
* @brief Functions for the [Midpoint Integral](https://en.wikipedia.org/wiki/Midpoint_method) method implementation
*/
namespace midpoint_rule {
/*!