powered by
get_all_factors finds all factor pairs for a given integer (i.e. a number that divides evenly into another number).
get_all_factors
get_all_factors(n)
number to be factored
A list containing the integer vector(s) containing all factors for the given n inputs.
n
# NOT RUN { # Find all the factors of 39304 get_all_factors(39304) # }
Run the code above in your browser using DataLab