lowest_non_one

Function lowest_non_one 

Source
pub fn lowest_non_one<I>(n: I) -> Option<I>
where I: Int + Copy,
Expand description

Return the lowest non-one factor.