.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
.TH FACTOR.PL "1" "November 2018" "factor.pl version 1.2 using Math::Prime::Util 0.73 and MPU::GMP 0.51" "User Commands"
.SH NAME
factor.pl \- Print prime factors
.SH SYNOPSIS
.B factor.pl
[\fI\,options\/\fR] [\fI\,number\/\fR] ...
.SH DESCRIPTION
Print the prime factors of each positive integer given on the command line,
or reads numbers from standard input if called without arguments.
.PP
Math expressions may be given as arguments, which will be evaluated before
factoring.  This includes most Math::Prime::Util functions including things
like prime_count(#), nth_prime(#), primorial(#), random_nbit_prime(#), etc.
.TP
\fB\-\-help\fR
displays this help message
.TP
\fB\-\-version\fR
displays the version information
.TP
\fB\-\-verbose\fR
as we factor, display information about what we're doing
.PP
Part of the Math::Prime::Util 0.73 package, wrapping
the factor() function.  See 'man Math::Prime::Util' for more information.
.SH AUTHOR
Written by Dana Jacobsen.
