Update midpoint_integral_method.cpp

This commit is contained in:
ggkogkou 2021-10-28 00:08:03 +03:00 committed by GitHub
parent 2e9edaf260
commit 7af9b8fd58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
/*!
/**
* @file
* \brief A numerical method for easy [approximation of
* @brief A numerical method for easy [approximation of
* integrals](https://en.wikipedia.org/wiki/Midpoint_method) \details The idea
* is to split the interval into N of intervals and use as interpolation points
* the xi for which it applies that xi = x0 + i*h, where h is a step defined as