Function utils::factorisation::is_factor [] [src]

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

Check if the queried value is a factor of num.