pub fn agl_m_order(n: u32, m: u64) -> Option<u128>Expand description
|AGL(n, ℤ/m)| for squarefree m: by CRT (ℤ/m ≅ ∏ GF(pᵢ)) the affine group factors as
∏ AGL(n, pᵢ), so the order is the product of the prime orders. None if m is not squarefree.