| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
LCM Command
Syntax
LCM[number A,number B] LCM[list of numbers L]
Action
Computes gretest common divisor of A and B or of all members of L.
Example
- LCM[-1,-2] returns 2
- LCM[-1,2] returns -2
- LCM[42,0] returns 0
- LCM[x,y] is undefined, when x,y are not integers.
See also