mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update numerical_methods/midpoint_integral_method.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
6b04043b2a
commit
b1e3a81eab
@ -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 {
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user