Crate divisors

Source
Expand description

§divisors

divisors is a blazing fast library to get all divisors of a natural number.

Traits§

Num

Functions§

approximated_sqrt
Return a number near and greather then sqrt(n).
get_divisors
Return a vector with all divisors ordered of n in range (1, n-1).