Wiki

Clone wiki

symja_android_library / Symbols / GCD

GCD

GCD(n1, n2, n3,...)
gives the greatest common divisor.

Examples

>>> GCD(6, 27)
3

Updated