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
c76e97f010
commit
2e9edaf260
@ -15,7 +15,6 @@
|
|||||||
* argv[2] = a, argv[3] = b. In this case if the default values N=16, a=1, b=3
|
* argv[2] = a, argv[3] = b. In this case if the default values N=16, a=1, b=3
|
||||||
* are changed then the tests/assert are disabled.
|
* are changed then the tests/assert are disabled.
|
||||||
*
|
*
|
||||||
* More info: [Link to wikipedia](https://en.wikipedia.org/wiki/Midpoint_method)
|
|
||||||
*
|
*
|
||||||
* @author [ggkogkou](https://github.com/ggkogkou)
|
* @author [ggkogkou](https://github.com/ggkogkou)
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user