Skip to content
Chris Petersen edited this page Oct 21, 2015 · 1 revision

Returns the factorization of the argument as a monotonically increasing list of primes.

Parameter Description
n integer

Example

> (factor 213)
(3 71)
Clone this wiki locally