Which objects are atomic in Mathematica? -
i looking full list of atomic objects in mathematica (for atomq
yields true
).
i know about
symbol string integer real rational complex sparsearray booleanfunction graph
are there others?
ref: http://reference.wolfram.com/mathematica/tutorial/basicobjects.html
edit: continually adding new symbols answers list above.
it appears list needs 1 more object complete:
in[520]:= f = booleanfunction[30, 3]; in[521]:= atomq[f] out[521]= true
Comments
Post a Comment