clang-format and clang-tidy fixes for 4c60e180

This commit is contained in:
github-actions 2021-10-28 09:13:03 +00:00
parent 4c60e180aa
commit 068e6d8169

View File

@ -40,7 +40,8 @@ namespace midpoint_rule {
/** /**
* @fn double midpoint(const int N, const double h, const double a, const * @fn double midpoint(const int N, const double h, const double a, const
* std::function<double (double)>& func) * 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 N is the number of intervals
* @param h is the step * @param h is the step
* @param a is x0 * @param a is x0