Skip to main content

phi_terms_table

Function phi_terms_table 

Source
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.

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