ClearAll[symb_1, symb_2, ...] clears all values, definitions, attributes, messages, and defaults associated with symbols. ClearAll["form_1 ", "form_2", ...] clears all ...
Clear
(Built-in Mathematica Symbol) Clear[symbol_1, symbol_2, ...] clears values and definitions for the symbol_i. Clear["form_1", "form_2", ...] clears values and definitions for all symbols whose names match ...
ColorSetter[color] represents a color setter which displays as a swatch of the specified color and when clicked brings up a system color picker ...
ControlType is an option for Manipulate and related functions that specifies what type of controls should be displayed.
Convergents[list] gives a list of the convergents corresponding to the continued fraction terms list.Convergents[x, n] gives the first n convergents for a number ...
CorrelationDistance[u, v] gives the correlation coefficient distance between vectors u and v.
CovarianceEstimatorFunction is an option for generalized linear model fitting functions that specifies the estimator for the parameter covariance matrix.
DaubechiesWavelet[] represents a Daubechies wavelet of order 2. DaubechiesWavelet[n] represents a Daubechies wavelet of order n.
DedekindEta[\[Tau]] gives the Dedekind eta modular elliptic function \[Eta](\[Tau]).
DownValues[f] gives a list of transformation rules corresponding to all downvalues defined for the symbol f.