Constant is an attribute that indicates zero derivative of a symbol with respect to all parameters.
Cumulant[dist, r] gives the r\[Null]^th cumulant of the symbolic distribution dist.Cumulant[list, r] gives the r\[Null]^th cumulant of the elements in the list.Cumulant[r] ...
DialogReturn[expr] closes a dialog window, returning the expression expr from the dialog.DialogReturn[] closes a dialog window, returning Null.
Dimensions[expr] gives a list of the dimensions of expr. Dimensions[expr, n] gives a list of the dimensions of expr down to level n.
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.
Divisors[n] gives a list of the integers that divide n.
EllipticNomeQ[m] gives the nome q corresponding to the parameter m in an elliptic function.
EulerGamma is Euler's constant \[Gamma], with numerical value \[TildeEqual] 0.577216.
Find
(Built-in Mathematica Symbol) Find[stream, " text"] finds the first line in an input stream that contains the specified string. Find[stream, {"text_1", "text_2", ...}] finds the first line that contains ...
Format
(Built-in Mathematica Symbol) Format[expr] prints as the formatted form of expr. Assigning values to Format[expr] defines print forms for expressions. Format[expr, form] gives a format for the specified ...