GCD
Usage
• GCD[ , , ... ] gives the greatest common divisor of the integers .
Notes
• Integer mathematical function (see Section A.3.10). • GCD[ , ... ] gives the integer factors common to all the  . • GCD also works with rational numbers; GCD[ , , ... ] gives the greatest rational number r for which all the /r are integers. • New in Version 1.
|