clang-format and clang-tidy fixes for 72322fb7

This commit is contained in:
github-actions
2021-11-07 01:55:24 +00:00
parent 72322fb7c0
commit e7081b092a

View File

@@ -35,16 +35,15 @@
*
*/
#include <cassert> /// for assert
#include <cmath> /// for math functions
#include <cassert> /// for assert
#include <cmath> /// for math functions
#include <cmath>
#include <cstdint> /// for integer allocation
#include <cstdlib> /// for std::atof
#include <functional> /// for std::function
#include <iostream> /// for IO operations
#include <map> /// for std::map container
#include "math.h"
/**
* @namespace numerical_methods
* @brief Numerical algorithms/methods