Macaulay2 » Documentation
Packages » Macaulay2Doc » combinatorics » Set » Set #? Thing
next | previous | forward | backward | up | index | toc

Set #? Thing -- test set membership

Description

This is identical to member(e,x).
i1 : x = set{1,2,3}

o1 = set {1, 2, 3}

o1 : Set
i2 : x#?2

o2 = true
i3 : member(2,x)

o3 = true

See also

Ways to use this method:


The source of this document is in Macaulay2Doc/functions/set-doc.m2:104:0.