powered by
Calculate divisors of positive natural numbers.
Divisors(x)
integer number for which the divisors are to be returned
an integer vector containg the divisors
Primes, IsPrime, GCD, LCM
Primes
IsPrime
GCD
LCM
# NOT RUN { Divisors(c(145, 786)) # }
Run the code above in your browser using DataLab