How lcm calculator works
LCM(a,b) = |a ÷ GCD(a,b) × b|, folded across the list.
Try an example
12, 18 → 36.
Good to know
Safe integers only. Any zero makes the result zero; overflow is rejected.
Your privacy
Processing happens on this device. We do not upload your input, put it in share links or save it to your favourites. Closing this tab discards the working input; downloaded results remain wherever you save them.