Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 =head1 NAME
7 gcd - compute greatest common divisor of two integers
9 =head1 SYNOPSIS
11 gcd <a> <b>
13 =head1 DESCRIPTION
15 The B<gcd> program computes the greatest common divisor of two
16 arbitrary-precision integers I<a> and I<b>. The result is written in
17 standard decimal notation to the standard output.
19 If I<b> is zero, B<gcd> will print an error message and exit.
21 =head1 SEE ALSO
23 invmod(1), isprime(1), lap(1)
25 =head1 AUTHOR
27 Michael J. Fromberger <sting@linguist.dartmouth.edu>
28 Thayer School of Engineering, Hanover, New Hampshire, USA