Cell
(Built-in Mathematica Symbol) Cell[contents] is the low-level representation of a cell inside a Mathematica notebook. Cell[contents, " style"] represents a cell in the specified style.
Conditioned[expr, cond] or expr \[Conditioned] cond represents expr conditioned by the predicate cond.
This example demonstrates how you can use the Invokethread option of user interface functions to allow user interface updates to be visible when performing a long Mathematica ...
Unicode: F52B. x y is by default interpreted as ShortDownArrow[x,y]. Infix arrow operator.
Unicode: F52A. x y is by default interpreted as ShortUpArrow[x,y]. Infix arrow operator.
Mouseover[expr, over] represents an object that displays as over when the mouse pointer is over it, and as expr otherwise.
PNM
(Mathematica Import/Export Format) MIME types: image/x-portable-anymap, image/pbm PNM raster image format. Generic format of the Portable family of image formats. Includes the PBM (monochrome), PGM ...
BeckmannDistribution[\[Mu]_1, \[Mu]_2, \[Sigma]_1, \[Sigma]_2] represents the Beckmann distribution with means \[Mu]_1 and \[Mu]_2 and standard deviations \[Sigma]_1 and ...
PermutationOrder[perm] gives the order of permutation perm.
ToBoxes
(Built-in Mathematica Symbol) ToBoxes[expr] generates boxes corresponding to the printed form of expr in StandardForm. ToBoxes[expr, form] gives the boxes corresponding to output in the specified form.