factor - part-cw/lambdanative GitHub Wiki
(factor n)
Returns the factorization of the argument as a monotonically increasing list of primes.
Parameter | Description |
---|---|
n | integer |
Example
> (factor 213)
(3 71)
Returns the factorization of the argument as a monotonically increasing list of primes.
Parameter | Description |
---|---|
n | integer |
> (factor 213)
(3 71)