| Divisors {DescTools} | R Documentation |
Calculate divisors of positive natural numbers.
Divisors(x)
x |
integer number for which the divisors are to be returned |
an integer vector containg the divisors
Andri Signorell <andri@signorell.net>
Divisors(c(145, 786))