Function competitive_library::algorithm::prime::trial_division[][src]

pub fn trial_division(n: i64) -> HashMap<i64, i64>