Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
drocer88
on March 19, 2020
|
parent
|
context
|
favorite
| on:
Linux was first released to the world from here 17...
Just use the "factor" program from the command line:
$ factor 1791991
1791991: 1791991
factor prints the prime factors of each specified integer.
npongratz
on March 19, 2020
[–]
Indeed! At least, for systems with GNU Coreutils.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
$ factor 1791991
1791991: 1791991
factor prints the prime factors of each specified integer.