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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -