Control
(Built-in Mathematica Symbol) Control[{u, dom}] represents an interactive control for the variable u in the domain dom, with the type of control chosen to be appropriate for the domain ...
ControlPlacement is an option for Manipulate, TabView, and other control objects that specifies where controls should be placed.
Convolve[f, g, x, y] gives the convolution with respect to x of the expressions f and g.Convolve[f, g, {x_1, x_2, ...}, {y_1, y_2, ...}] gives the multidimensional ...
DateTicksFormat is an option for DateListPlot which specifies how date tick labels should be formatted.
x-- decreases the value of x by 1, returning the old value of x.
DefaultAxesStyle is a low-level option for graphics functions that specifies the default style to use in displaying axes and axes-like constructs.
DefaultFrameStyle is a low-level option for graphics and related constructs that specifies the default style to use in displaying their frames.
DiagonalMatrix[list] gives a matrix with the elements of list on the leading diagonal, and 0 elsewhere. DiagonalMatrix[list, k] gives a matrix with the elements of list on ...
DirichletConvolve[f, g, n, m] gives the Dirichlet convolution of the expressions f and g.
DisplayForm[expr] prints with low-level boxes inside expr shown in explicit two-dimensional or other form.