SlowDown Algorithmic Regularization (SDAR)
Algorithmic Regularization with slowdown method for integrating few-body motions
|
#include <limits>
Go to the source code of this file.
Macros | |
#define | to_int(x) int(x) |
#define | to_double(x) double(x) |
#define | ISNAN(x) std::isnan(x) |
#define | ISINF(x) std::isinf(x) |
Typedefs | |
typedef double | Float |
Variables | |
const Float | ROUND_OFF_ERROR_LIMIT =1e-14 |
const Float | NUMERIC_FLOAT_MAX = std::numeric_limits<Float>::max() |
const int | WRITE_WIDTH =23 |
const int | WRITE_PRECISION =14 |
#define ISINF | ( | x | ) | std::isinf(x) |
#define ISNAN | ( | x | ) | std::isnan(x) |
#define to_double | ( | x | ) | double(x) |
#define to_int | ( | x | ) | int(x) |
typedef double Float |
const Float ROUND_OFF_ERROR_LIMIT =1e-14 |
const int WRITE_PRECISION =14 |
const int WRITE_WIDTH =23 |