lowestCommonMultiple: Get the lowest common divisor

View source: R/RVCompare.R

lowestCommonMultipleR Documentation

Get the lowest common divisor

Description

Get the lowest common divisor

Usage

lowestCommonMultiple(integerArray)

Arguments

integerArray

an array of integers.

Value

a integer that is the lcd of the numbers in integerArray


RVCompare documentation built on Aug. 21, 2023, 5:13 p.m.