| Line 22: |
Line 22: |
| | | | |
| | ==Examples== | | ==Examples== |
| − | | + | *=LCM(10,20) =20 |
| − | '''Give calci examples and different cases here.'''
| + | *=LCM(1,2,3,4,5) = 60 |
| | + | *=LCM(12,19,23,17)= 89148 |
| | + | *=LCM(1.2,1.3,1.4,1.5,3.4,5.3)= 15 |
| | + | *=LCM(-2,-4,8,12) = #ERROR |
| | | | |
| | == Related Videos == | | == Related Videos == |