CalcMe documentation Commands Programming Functions Union Union Returns the union of two sets: the elements that belong to both sets. Syntaxunion(List | Vector, List | Vector) Description Given two lists or vectors A and B, computes its union A∪B. Related functions Intersect, Complement