find_factors | R Documentation |
Find all the factors of a positive integer
find_factors(x)
x |
Positive integer |
Vector of integers containing all the positive factors of x (from 1 to x inclusive)
find_factors(112749)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.