next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
toList(Set) -- list of elements
Synopsis
Function:
toList
Description
toList x
-- provides a list of element in the set
x
.
i1 : x = set {a,b,c} o1 = set {a, b, c} o1 : Set
i2 : toList x o2 = {a, b, c} o2 : List