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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -