From 518d98ad5f9eec0cf4124375bdbb84d1296b3f3f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 4 Jul 2024 17:09:55 +0200 Subject: (almost) added getcube --- src/constants.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index c8909d7..52e2810 100644 --- a/src/constants.h +++ b/src/constants.h @@ -2,10 +2,14 @@ #define _bit_u32(i) (UINT32_C(1) << (uint32_t)(i)) #define _bit_u64(i) (UINT64_C(1) << (uint64_t)(i)) +#define _max_factorial INT64_C(12) + #define _2p11 INT64_C(2048) #define _2p12 INT64_C(4096) #define _3p7 INT64_C(2187) #define _3p8 INT64_C(6561) +#define _12f INT64_C(479001600) +#define _8f INT64_C(40320) #define _12c4 INT64_C(495) #define _8c4 INT64_C(70) -- cgit v1.3