lowestCommonMultiple {RVCompare}R 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


[Package RVCompare version 0.1.8 Index]