MapleTA[Builtin]
gcd
greatest common divisor
Calling Sequence
Parameters
Description
Examples
Compatibility
gcd(a, b)
a, b
-
integer
The gcd command computes the integer greatest common divisor of a and b.
MapleTA:-Builtin:-gcd⁡12,15
3
The MapleTA[Builtin][gcd] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
igcd
MapleTA
Download Help Document