Skip to main content

root_count

Function root_count 

Source
pub fn root_count<E: FloatElement>(re_mu_max: E) -> usize
Expand description

The number of m-th roots the far field needs when the widest lane’s Re ln z is re_mu_max: the smallest m >= 2 with Re mu / m <= sqrt(alpha^2 - 1) pi = 2.0839 (alpha = 1.2), capped. The identity holds for any m, so the widest lane sets it for the packet. A comparison loop, so no count is converted out of a float.

Last built: 2026-09-08 21:35:55 UTC