FACTOR.PL(1) | User Commands | FACTOR.PL(1) |
factor.pl - Print prime factors
factor.pl [options] [number] ...
Print the prime factors of each positive integer given on the command line, or reads numbers from standard input if called without arguments.
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.
Part of the Math::Prime::Util 0.73 package, wrapping the factor() function. See 'man Math::Prime::Util' for more information.
Written by Dana Jacobsen.
October 2022 | factor.pl version 1.2 using Math::Prime::Util 0.73 and MPU::GMP 0.52 |