pub fn fast_hyperprime(n: u64) -> (u64, u64)
Expand description

Computes a hyperprime.

Returns an index offset in second component to speed up computation.