factor

Function factor 

Source
pub fn factor<I>(ZZ: I, n: El<I>) -> Vec<(El<I>, usize)>
Expand description

Factors the given integer.

Returns a list of all factors with their multipliplicities.