Function num_prime::nt_funcs::factorize

source ·
pub fn factorize<T: PrimalityBase>(target: T) -> BTreeMap<T, usize>
where for<'r> &'r T: PrimalityRefBase<T>,
Expand description

Infaillible factorization

This function re-exports PrimeBufferExt::factorize() with a new NaiveBuffer instance