1 |
# $Header: /cvsroot/esrg/sfesrg/esrgpcpj/intgcd/readme.txt,v 1.2 2001/07/15 03:01:24 dtashley Exp $
|
2 |
|
3 |
SUBDIRECTORY
|
4 |
c:\swprojs\intgcd
|
5 |
|
6 |
CONTENTS
|
7 |
This subdirectory is the main subdirectory for the INTGCD
|
8 |
program, which is a Win32 command-line utility distributed with
|
9 |
The Iju Tool Set.
|
10 |
|
11 |
The INTGCD program calculates the GCD of two or more integers.
|
12 |
It is fully documented in the book (work in progress) packaged
|
13 |
with The Iju Tool Set.
|
14 |
|
15 |
MNEMONIC
|
16 |
"INTGCD" stands for INTeger GCD (GCD = greatest common divisor).
|
17 |
|
18 |
#**************************************************************************
|
19 |
# $Log: readme.txt,v $
|
20 |
# Revision 1.2 2001/07/15 03:01:24 dtashley
|
21 |
# Description of directory contents refined.
|
22 |
#
|
23 |
# Revision 1.1 2001/07/12 05:43:33 dtashley
|
24 |
# Initial checkin.
|
25 |
#
|
26 |
#**************************************************************************
|
27 |
# End of README.TXT. |