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
ab4c1242dd
commit
ec5e0cce91
@ -15,6 +15,12 @@
|
|||||||
*
|
*
|
||||||
* @author [ggkogkou](https://github.com/ggkogkou)
|
* @author [ggkogkou](https://github.com/ggkogkou)
|
||||||
*/
|
*/
|
||||||
|
#include <iostream> /// for IO operations
|
||||||
|
#include <cmath> /// for math functions
|
||||||
|
#include <cassert> /// for assert
|
||||||
|
#include <cstdlib> /// for std::atof
|
||||||
|
#include <functional> /// for std::function
|
||||||
|
#include <map> /// for std::map container
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @namespace numerical_methods
|
* @namespace numerical_methods
|
||||||
|
Loading…
Reference in New Issue
Block a user