Start with 1 and the number itself
Test each whole number from 1 up to the square root of the number
If the number is divisible by a tested value, record both that value and the quotient
Continue until all possible divisors are checked
Remove duplicates if the number is a perfect square
List all recorded values as the divisors
