lcm(_:)

Least common multiple - BInt version

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

Parameters

x

Operand

Returns

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