mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 06:43:14 +08:00
clang-format and clang-tidy fixes for 4c60e180
This commit is contained in:
@@ -40,7 +40,8 @@ namespace midpoint_rule {
|
||||
/**
|
||||
* @fn double midpoint(const int N, const double h, const double a, const
|
||||
* std::function<double (double)>& func)
|
||||
* \brief Main function for implementing the Midpoint Integral Method implementation
|
||||
* \brief Main function for implementing the Midpoint Integral Method
|
||||
* implementation
|
||||
* @param N is the number of intervals
|
||||
* @param h is the step
|
||||
* @param a is x0
|
||||
|
||||
Reference in New Issue
Block a user