Show Cell Tags toggles the display of cell tags in a notebook.
TraditionalForm Display displays the selection in Mathematica TraditionalForm
Version Advisory checks for input from previous versions of Mathematica that should be updated for compatibility with the current version.
monitorlm servername options monitors MathLM running on servername.
Accumulate[list] gives a list of the successive accumulated totals of elements in list.
p_1 | p_2 | ... is a pattern object which represents any of the patterns p_i.
Antialiasing is a Style option which specifies whether antialiasing should be done in rendering graphics.
AxesOrigin is an option for graphics functions that specifies where any axes drawn should cross.
Binarize[image] creates a binary image from image by replacing all values above a globally determined threshold with 1 and others with 0.Binarize[image, t] creates a binary ...
BitNot
(Built-in Mathematica Symbol) BitNot[n] gives the bitwise NOT of the integer n.