|
CDT++
Causal Dynamical Triangulations in C++
|
testing defines More...
Go to the source code of this file.
Macros | |
| #define | ABS(x) (((x)>0)?(x):-(x)) |
| Computes the absolute value of its argument x. | |
| #define | MAX(x, y) ((x)>(y)?(x):(y)) |
| #define | MIN(x, y) ((x)>(y)?(y):(x)) |
| #define ABS | ( | x | ) | (((x)>0)?(x):-(x)) |
| #define MAX | ( | x, | |
| y | |||
| ) | ((x)>(y)?(x):(y)) |