You are here: Symbol Reference > Math387 Namespace > Functions > Math387.Lcm Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.Lcm Function

Smallest common multiplier.

Pascal
function Lcm(const X: integer; const Y: integer): integer; overload;

the smallest common multiplier of X and Y. X and Y must be positive integers.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!