=head1 NAME invmod - compute modular inverse of an integer =head1 SYNOPSIS invmod =head1 DESCRIPTION The B program computes the inverse of I, modulo I, if that inverse exists. Both I and I are arbitrary-precision integers in decimal notation. The result is written in standard decimal notation to the standard output. If there is no inverse, the message: No inverse ...will be printed to the standard output (an inverse exists if and only if the greatest common divisor of I and I is 1). =head1 SEE ALSO gcd(1), isprime(1), lap(1) =head1 AUTHOR Michael J. Fromberger Thayer School of Engineering, Hanover, New Hampshire, USA $Date: 2000/07/14 00:44:33 $