Learn R Programming

RVCompare (version 0.1.8)

lowestCommonMultiple: Get the lowest common divisor

Description

Get the lowest common divisor

Usage

lowestCommonMultiple(integerArray)

Value

a integer that is the lcd of the numbers in integerArray

Arguments

integerArray

an array of integers.