C++ main module for stochmagnet Package
1.0
|
#include "types.h"
Go to the source code of this file.
Macros | |
#define | null nullptr |
#define | NULL_INDEX std::numeric_limits<tIndex>::max() |
Variables | |
template<typename T > | |
constexpr T | EPSILON =std::numeric_limits<T>::epsilon() |
constexpr tReal | R_EPSILON =EPSILON<tReal> |
constexpr tDouble | D_EPSILON =EPSILON<tDouble> |
constexpr tFloat | F_EPSILON =EPSILON<tFloat> |
constexpr tLDouble | LD_EPSILON =EPSILON<tLDouble> |
template<typename T > | |
constexpr T | PI =(T) 3.141592653589793238462643383795 |
constexpr tReal | R_PI =PI<tReal> |
constexpr tFloat | F_PI =PI<tFloat> |
constexpr tDouble | D_PI =PI<tDouble> |
constexpr tLDouble | LD_PI =PI<tLDouble> |
#define null nullptr |
#define NULL_INDEX std::numeric_limits<tIndex>::max() |
|
constexpr |
|
constexpr |