mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 13:53:16 +08:00
clang-format and clang-tidy fixes for a5a50f89
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
namespace numerical_methods {
|
||||
/**
|
||||
* @namespace midpoint_rule
|
||||
* @brief Functions for the [Midpoint Integral](https://en.wikipedia.org/wiki/Midpoint_method) method implementation
|
||||
* @brief Functions for the [Midpoint
|
||||
* Integral](https://en.wikipedia.org/wiki/Midpoint_method) method
|
||||
* implementation
|
||||
*/
|
||||
namespace midpoint_rule {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user