pub fn factor<I>(ZZ: I, n: El<I>) -> Vec<(El<I>, usize)>where
I: RingStore + Copy,
I::Type: IntegerRing + OrderedRing + CanIsoFromTo<BigIntRingBase> + CanIsoFromTo<StaticRingBase<i128>>,
Expand description
Factors the given integer.
Returns a list of all factors with their multipliplicities.