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
8176c5bbfc
commit
27f76052df
@ -23,7 +23,7 @@
|
||||
#include <cstdlib> /// for std::atof
|
||||
#include <functional> /// for std::function
|
||||
#include <iostream> /// for IO operations
|
||||
#include <stdint> /// for integer allocation
|
||||
#include <cstdint> /// for integer allocation
|
||||
#include <map> /// for std::map container
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user