Calculate the greatest common divisor (GCD) of two NumLike values using the Euclidean algorithm.
First operand.
Second operand.
GCD(a, b) as a Num.
Calculate the greatest common divisor (GCD) of two NumLike values using the Euclidean algorithm.