Function: COMMON-LISP:GCD

package type clhs github

Return the greatest common divisor of the arguments, which must be integers. GCD with no arguments is defined to be 0.

Lambda list

(&rest sb-kernel::integers)