[back] [prev] [next] [index] [root]
lcm := Lcm(L); lcm := Lcm(a, b);
integer or polynomial or ideal | lcm |
|
list of integers of polynomials or ideals | L |
|
integer or polynomial or ideal | a |
|
integer or polynomial or ideal | b |
kash> Lcm([18, 12 ,4]); 36 kash> Lcm(18, 12); 36 kash> Lcm([18, 12]); > 36
<- back[back] [prev] [next] [index] [root]