Update numerical_methods/midpoint_integral_method.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
ggkogkou 2021-10-27 23:06:14 +03:00 committed by GitHub
parent 9a782651c4
commit f9cdf59a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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