const fn lanczos_lookup_array_size(n: u32, r: u32) -> usize
Expand description

Needs to be a separate function since const fns can appear in the output of a const-generic function, but raw arithmetic expressions can’t be