factor.6

来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 6 代码 · 共 37 行

6
37
字号
.th FACTOR VI 1/15/73.sh NAMEfactor \*- discover prime factors of a number.sh SYNOPSIS.bd factor [ number ].sh DESCRIPTIONWhen.it factoris invoked without an argument, it waits for a number to be typed in.If you type in a positivenumber less than 2\u\s756\s0\d (about.if n 7.2e16).if t 7.2\(mu10\u\s716\s0\d\|)it will factor the number and print its prime factors; each one is printedthe proper number of times.Then it waits for another number.It exits if it encounters a zero or any non-numeric character..s3If.it factoris invoked with an argument, it factors the numberas above and then exits..s3Maximum time to factor is proportional to.if n sqrt(n).if t \(sr\o'\fIn\fR\(rn'and occurs when.it nis primeor the square of a prime.It takes 1 minute to factor a primenear10\u\s713\s0\d..sh DIAGNOSTICS`Ouch.' for input out of range or for garbage input..sh BUGS

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?