HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
Functions | Variables
Math Namespace Reference

Functions

const size_t factorial (size_t n)
 
const size_t nChoosek (size_t n, size_t k)
 
template<typename T >
const int sgn (T val)
 
double atan2 (double y, double x, int branch=0)
 

Variables

constexpr double PI = M_PI
 Free math functions and global variables ///.
 

Function Documentation

◆ atan2()

double Math::atan2 ( double  y,
double  x,
int  branch = 0 
)
inline

◆ factorial()

const size_t Math::factorial ( size_t  n)
inline

◆ nChoosek()

const size_t Math::nChoosek ( size_t  n,
size_t  k 
)
inline

◆ sgn()

template<typename T >
const int Math::sgn ( T  val)

Variable Documentation

◆ PI

constexpr double Math::PI = M_PI
inlineconstexpr

Free math functions and global variables ///.