pub const MAX_DEGREE: usize = 16;Expand description
Highest degree the stamped ladder below covers. Beyond it the kernel takes the
rolled path, which is correct at any degree but computes its coefficients at runtime
and does not unroll. Extending the ladder is mechanical: append literals to the m
list and, every two degrees, to the k list.