Lcm
Qubes 6.0 Calcul du plus petit multiple commun de deux entiers
Syntaxe
function Lcm(a: Integer; b: Integer): Integer
function Lcm(a: BigInteger; b: BigInteger): BigInteger (Qubes 7.0)
a: premier entier
b: second entier
Remarques
Voir Gcd pour le plus grand diviseur commun.
Exemples
Lcm(88, 33)
264
264