Constant onejoker::utils::COEFFICIENTS

source ·
pub const COEFFICIENTS: [[u64; 64]; 64];
Expand description

Lookup table for binomial coefficients up to 63c63, calculated additively with Pascal’s triangle method at compile time.