Function is_factor

Source
pub fn is_factor<I>(num: I, query: I) -> bool
where I: Int,
Expand description

Check if the queried value is a factor of num.