Least Common Multiple r←x∧y

r is the result of the scalar application of the LCM function, lcm ( x , y ) \mathop{\text{lcm}}(x, y) . It is defined as x×y÷x∨y.