HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | Math |
Functions | |
const size_t | Math::factorial (size_t n) |
const size_t | Math::nChoosek (size_t n, size_t k) |
template<typename T > | |
const int | Math::sgn (T val) |
double | Math::atan2 (double y, double x, int branch=0) |
Variables | |
constexpr double | Math::PI = M_PI |
Free math functions and global variables ///. | |