var searchIndex = {}; searchIndex["primal_check"] = {"doc":"Check some primality-related properties of numbers.","items":[[5,"miller_rabin","primal_check","Test if `n` is prime, using the deterministic version of the\nMiller-Rabin test.",null,{"inputs":[{"name":"u64"}],"output":{"name":"bool"}}],[5,"as_perfect_power","","Returns integers `(y, k)` such that `x = y^k` with `k` maximised\n(other than for `x = 0, 1`, in which case `y = x`, `k = 1`).",null,null],[5,"as_prime_power","","Return `Some((p, k))` if `x = p^k` for some prime `p` and `k >= 1`\n(that is, including when `x` is itself a prime).",null,{"inputs":[{"name":"u64"}],"output":{"name":"option"}}]],"paths":[]}; initSearch(searchIndex);