Skip to contents

Greatest Common Divisor (GCD)

Usage

u %gcd% v

Source

https://rosettacode.org/wiki/Greatest_common_divisor#R

Arguments

u

Numeric value.

v

Numeric value.

Value

Numeric value with GCD for u and v.