find_gcd: Greatest common divisor

View source: R/helper_funs.R

find_gcdR Documentation

Greatest common divisor

Description

Find the greatest common divisor of two integers.

Usage

find_gcd(x = NULL, y = NULL)

Arguments

x

an integer of length 1

y

an integer of length 1

Author(s)

Jannes Muenchow

Examples

find_gcd(45, 15)
find_gcd(1289, 124)

jannes-m/velo documentation built on May 23, 2023, 2:41 p.m.