Menu

GCD

Description

Returns the greatest common divisor of two or more integers.

Examples

GCD(12, NAN, 150) = NAN

GCD(-6, 15, 3) = 3

GCD(NAN) = NAN

GCD(INF) = NAN

GCD(-INF) = NAN

On this page