How to list all the prime factor?
November 2nd, 2006 mysurface
Are you thinking of using c/c++ or bash script to do that? Don’t do that, linux have ready made command. Its call factor.
Let say I want to list the prime factor for 232.
factor 232
The result will be
232: 2 2 2 29
What if I want only the factor with the “232:” ? We can use [...]
Posted in Calculation, cut, factor | Hits: 25852 | No Comments »
Live Chat!






