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
9a782651c4
commit
f9cdf59a62
@ -1,10 +1,3 @@
|
||||
#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
|
||||
|
||||
/*!
|
||||
* @file
|
||||
* \brief A numerical method for easy approximation of integrals
|
||||
|
Loading…
Reference in New Issue
Block a user