Function arc_acreage::fast::central_binom
source · const fn central_binom(n: u8) -> usizeExpand description
Returns the value of 2n choose n, the central binomial coefficient. Implemented as const lookup table for speed and ease.
Panics
Panics for values of n > 26.