| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
GCD Command
Syntax
GCD[number A,number B] GCD[list of numbers L]
Action
Computes gretest common divisor of A and B or of all members of L.
Example
- GCD[-1,-2] returns 1
- GCD[-1,2] returns 1
- GCD[42,0] returns 42
- GCD[x,y] is undefined, when x,y are not integers.
See also