FACTOR.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. FACTOR(1)                 Minix Programmer's Manual                  FACTOR(1)
  2. NAME
  3.      factor - factor an integer less than 2**31
  4. SYNOPSIS
  5.      factor number
  6. EXAMPLES
  7.      factor 450180       # Print the prime factors of 450180
  8. DESCRIPTION
  9.      Factor prints the prime factors of  its  argument  in  increasing  order.
  10.      Each factor is printed as many times as it appears in the number.
  11.                                                                              1