FACTOR.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:0k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH FACTOR 1
  2. .SH NAME
  3. factor - factor an integer less than 2**31
  4. .SH SYNOPSIS
  5. fBfactor fInumberfR
  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. .EX "factor 450180" "Print the prime factors of 450180"
  19. .SH DESCRIPTION
  20. .PP
  21. fIFactorfR prints the prime factors of its argument in increasing order.
  22. Each factor is printed as many times as it appears in the number.