This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ac5cd6d896
tldr
/
pages
/
common
/
factor.md
211 B
Raw
Blame
History
factor
Prints the prime factorization of a number.
Display the prime-factorization of a number:
factor {{number}}
Take the input from stdin if no argument is specified:
echo {{number}} | factor