Function enumerate_divisors

Source
pub fn enumerate_divisors(n: u64) -> Vec<u64>
Expand description

約数を列挙する

Time complexity $O(\sqrt{n})$