diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 16:52:44 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 16:52:44 +0200 |
| commit | 1bd4691d9cc46ec75adbe899b289a1ebc5460721 (patch) | |
| tree | ea71166e05d399e57a13d6e3d7d96d4737f8f7bd /src/utils/constants.h | |
| parent | 0844b0ecd00bd6d68a7bafaeae0ee3d420db8ff6 (diff) | |
| download | nissy-core-1bd4691d9cc46ec75adbe899b289a1ebc5460721.tar.gz nissy-core-1bd4691d9cc46ec75adbe899b289a1ebc5460721.zip | |
Added CPEPE coordinate in preparation of full DRFIN solver
Diffstat (limited to 'src/utils/constants.h')
| -rw-r--r-- | src/utils/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h index f90dda3..3eed27d 100644 --- a/src/utils/constants.h +++ b/src/utils/constants.h | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | #define POW_3_7 UINT64_C(2187) | 6 | #define POW_3_7 UINT64_C(2187) |
| 7 | #define FACT_12 UINT64_C(479001600) | 7 | #define FACT_12 UINT64_C(479001600) |
| 8 | #define FACT_8 UINT64_C(40320) | 8 | #define FACT_8 UINT64_C(40320) |
| 9 | #define FACT_4 UINT64_C(24) | ||
| 9 | #define COMB_12_4 UINT64_C(495) | 10 | #define COMB_12_4 UINT64_C(495) |
| 10 | #define COMB_8_4 UINT64_C(70) | 11 | #define COMB_8_4 UINT64_C(70) |
| 11 | 12 | ||
