Show Cell toggles between the expression and display forms of a cell.
Top View sets the view point for the selected (or clicked upon) 3D graphic to the default top orientation.
ArcCsch
(Built-in Mathematica Symbol) ArcCsch[z] gives the inverse hyperbolic cosecant csch -1 (z) of the complex number z.
ArcSech
(Built-in Mathematica Symbol) ArcSech[z] gives the inverse hyperbolic secant sech -1 (z) of the complex number z.
BinaryRead[stream] reads one byte of raw binary data from an input stream, and returns an integer from 0 to 255. BinaryRead[stream, type] reads an object of the specified ...
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.
Chop
(Built-in Mathematica Symbol) Chop[expr] replaces approximate real numbers in expr that are close to zero by the exact integer 0.
Constant is an attribute that indicates zero derivative of a symbol with respect to all parameters.
DialogReturn[expr] closes a dialog window, returning the expression expr from the dialog.DialogReturn[] closes a dialog window, returning Null.
DiscreteDelta[n_1, n_2, ...] gives the discrete delta function \[Delta] (n_1, n_2, ...), equal to 1 if all the n_i are zero, and 0 otherwise.