prime.factor {schoolmath} | R Documentation |
This function calculates the prime-factors of a number
Description
This function calculates the prime-factors of a number
Usage
prime.factor(n)
Arguments
n |
the number to be checked #' |
Value
a vector with the prime factors
Examples
prime.factor(21)
prime.factor(100)
[Package schoolmath version 0.4.2 Index]