Method Math.factor()
- Method factor
array(int) factor(intx)- Description
Factorize the integer
x. The returned list of factors will be sorted biggest to smallest factor.- Note
In Pike versions prior to v8.0, only primes
<= 8161were considered.
array(int) factor(int x)
Factorize the integer x. The returned list of factors will
be sorted biggest to smallest factor.
In Pike versions prior to v8.0, only primes <= 8161 were
considered.