pub const fn phi_terms_table(eps: f64, max_iterations: usize) -> [usize; 33]Expand description
phi_series_terms for every order below PHI_TABLE_ORDERS, capped at
max_iterations: the table the f32/f64 runtime-order entries build in a const block
per policy, so the term count is an index per call rather than a search.