summaryrefslogtreecommitdiff
path: root/static/v10/man6/factor.6
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man6/factor.6
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man6/factor.6')
-rw-r--r--static/v10/man6/factor.630
1 files changed, 0 insertions, 30 deletions
diff --git a/static/v10/man6/factor.6 b/static/v10/man6/factor.6
deleted file mode 100644
index 84453a66..00000000
--- a/static/v10/man6/factor.6
+++ /dev/null
@@ -1,30 +0,0 @@
-.th FACTOR VI 1/15/73
-.sh NAME
-factor \*- discover prime factors of a number
-.sh SYNOPSIS
-.bd factor
-.sh DESCRIPTION
-When
-.it factor
-is invoked, it types
-out `Enter:' at you. If you type in a positive
-number less than 2\u\s756\s0\d (about
-.if n 7.2e16)
-.if t 7.2\(mu10\u\s716\s0\d\|)
-it will repeat the number
-back at you and then its prime factors each one printed
-the proper number of times. Then it says `Enter:' again.
-To exit, feed it an EOT or a delete.
-.s3
-Maximum time to factor is proportional to
-.if n sqrt(n)
-.if t \(sr\o'\fIn\fR\(rn'
-and occurs when
-.it n
-is prime.
-It takes 1 minute to factor a prime
-near
-10\u\s713\s0\d.
-.sh DIAGNOSTICS
-`Ouch.' for input out of range or for garbage input.
-.sh BUGS