int_factorize#
- stimupy.utils.int_factorize(n)#
All integer factors of integer n
All integer factors, i.e., all integers that n is integer-divisible by. Also not a very efficient algorithm (brute force trial division), so should only be used as a helpter function.