lcm(_:)

Least common multiple - Int version

BigInt.swift:2466
func lcm(_ x: Int) -> BInt

Parameters

x

Operand

Returns

Least common multiple of self and x - a non-negative number