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)