Composition[f_1, f_2, f_3, ...] represents a composition of the functions f_1, f_2, f_3, ....
ConditionalExpression[expr, cond] is a symbolic construct that represents the expression expr when the condition cond is True.
Cone
(Built-in Mathematica Symbol) Cone[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cone with a base of radius r centered at (x_1, y_1, z_1) and a tip at (x_2, y_2, z_2). Cone[{{x_1, y_1, z_1}, {x_2, ...
ConfidenceLevel is an option for LinearModelFit and other fitting functions that specifies the confidence level to use in generating parameter and prediction intervals.
ConfigurationPath is a global option that specifies which directories are searched for systemwide configuration information.
ConnectedComponents[g] gives the connected components of the graph g.ConnectedComponents[g, {v_1, v_2, ...}] gives the connected components that include at least one of the ...
ConoverTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are equal.ConoverTest[dspec, \[Sigma]_0^2] tests a dispersion measure against ...
Constant is an attribute that indicates zero derivative of a symbol with respect to all parameters.
Constants is an option for Dt which gives a list of objects to be taken as constants.
ContentPadding is an option for objects that can be displayed with frames that specifies whether the vertical margins should shrink wrap tightly around the contents.