Expand description
§divisors
divisors is a blazing fast library to get all divisors of a natural number.
Traits§
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).