NAME
Math::Factor - factorises integers and calculates matching multiplications.
SYNOPSIS
use Math::Factor q/:all/;
DESCRIPTION
Math::Factor
factorises integers and calculates matching multiplications.
FUNCTIONS
factor
match
show_factor
show_match
EXPORT
factor(), match(), show_factor(), show_match()
upon request.
TAGS
:all - *()
:factor - factor(), show_factor()
:match - match(), show_match()
SEE ALSO
perl(1)
LICENSE
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Steven Schubiger