aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/constants.h')
-rw-r--r--src/utils/constants.h1
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

Generated with cgit - Back to sebastiano.tronto.net