The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Integer - a collection of integer operations

DESCRIPTION

Integer - a collection of integer operations to support the varioous algebraic opertions in the Algebra module.

gcd A,B

Use Knuth's algorithm to find the gcd of integers A and B.

AUTHOR

Brian Guarraci <bguarrac@hotmail.com>