repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libutil: add O_NOCTTY back to old pty open code
[minix.git]
/
man
/
man1
/
factor.1
blob
49a631d318eacb06cad551ccb01891baaa049acd
1
.TH FACTOR 1
2
.SH NAME
3
factor \- factor an integer less than 2**31
4
.SH SYNOPSIS
5
\fBfactor \fInumber\fR
6
.br
7
.de FL
8
.TP
9
\\fB\\$1\\fR
10
\\$2
11
..
12
.de EX
13
.TP 20
14
\\fB\\$1\\fR
15
# \\$2
16
..
17
.SH EXAMPLES
18
.TP 20
19
.B factor 450180
20
# Print the prime factors of 450180
21
.SH DESCRIPTION
22
.PP
23
\fIFactor\fR prints the prime factors of its argument in increasing order.
24
Each factor is printed as many times as it appears in the number.