$Post
(Built-in Mathematica Symbol) $Post is a global variable whose value, if set, is applied to every output expression.
NotebookPrint[expr] sends a notebook containing expr to your default printer.NotebookPrint[notebook] sends the specified notebook to your default printer. ...
Ways to change the overall options for a notebook. This creates a notebook displayed in a 40×30 window with a thin frame. Style options for a notebook.
PaddedForm[expr, n] prints with all numbers in expr padded to leave room for a total of n digits. PaddedForm[expr, {n, f}] prints with approximate real numbers having exactly ...
DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all ...
$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.
Coordinates[] gives a list of the default coordinate variables in the default coordinate system. Coordinates[coordsys] gives a list of the default coordinate variables in the ...
Cylindrical represents the cylindrical coordinate system with default variables Rr, Ttheta, and Zz.Cylindrical[r, \[Theta], z] represents the cylindrical coordinate system ...
Parameters[] gives a list of the default parameters of the default coordinate system. Parameters[coordsys] gives a list of the default parameters in the coordinate system ...
Spherical represents the spherical coordinate system with default variables Rr, Ttheta, and Pphi. Spherical[r, \[Theta], \[Phi]] represents the spherical coordinate system ...