invmod.pod
来自「支持SSL v2/v3, TLS, PKCS #5, PKCS #7, PKCS」· POD 代码 · 共 34 行
POD
34 行
=head1 NAME invmod - compute modular inverse of an integer=head1 SYNOPSIS invmod <a> <m>=head1 DESCRIPTIONThe B<invmod> program computes the inverse of I<a>, modulo I<m>, ifthat inverse exists. Both I<a> and I<m> are arbitrary-precisionintegers in decimal notation. The result is written in standarddecimal 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 andonly if the greatest common divisor of I<a> and I<m> is 1).=head1 SEE ALSOgcd(1), isprime(1), lap(1)=head1 AUTHOR Michael J. Fromberger <sting@linguist.dartmouth.edu> Thayer School of Engineering, Hanover, New Hampshire, USA $Date: 2000/07/14 00:44:33 $
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?