Set Manipulation
Includes functions for set manipulation.
IsInSet Function
Tests whether an expression evaluates to a member of a particular set.
SetAddMember Function
Adds a member to a set.
SetComplement Function
Returns the complement of a set.
SetCount Function
Returns the number of members in a set.
SetDomain Function
Returns a set which contains all the members in the set domain.
SetExclude Function
Returns the first set after excluding from it any members also contained in the second set.
SetIntersection Function
Returns the intersection of two sets.
SetRemoveMember Function
Removes a member from a set.
SetUnion Function
Returns the union of two sets.
Parent topic:
Functions