Math387.LcmInt64 Method

function LcmInt64(const X: Int64; const Y: Int64): Int64;

Smallest common multiplier.

#NameTypeDescription
1XInt64
2YInt64

Returns: Int64 - the smallest common multiplier of X and Y. X and Y must be positive integers.

See Also: Math387.Gcd