fm_gcd: Calculate Greatest Common Divisor of Positive Integers

View source: R/fm_utils.R

fm_gcdR Documentation

Calculate Greatest Common Divisor of Positive Integers

Description

Calculate Greatest Common Divisor of Positive Integers

Usage

fm_gcd(...)

Arguments

...

Numeric vectors containing integer set for GCD calculation

Value

A positive scalar integer containing the GCD of the inputs


jesse-smith/futuremice documentation built on Nov. 24, 2023, 7:19 a.m.