array(int) factor(int x)
Factorize the integer x . The returned list of factors will be sorted biggest to smallest factor.
This function is only available when Pike has been compiled with bignums.