ChartStyle is an option for charting functions that specifies styles in which chart elements should be drawn.
ChebyshevT[n, x] gives the Chebyshev polynomial of the first kind T_n (x).
ChebyshevU[n, x] gives the Chebyshev polynomial of the second kind U_n (x).
CheckAbort[expr, failexpr] evaluates expr, returning failexpr if an abort occurs.
CheckboxBar[x, {val_1, val_2, ...}] represents a checkbox bar with setting x and with checkboxes for values val_i to include in the list x.CheckboxBar[Dynamic[x], {val_1, ...
Checkbox[x] represents a checkbox with setting x, displayed as CheckboxBox[True] when x is True and CheckboxBox[False] when x is False. Checkbox[Dynamic[x]] takes the setting ...
Check
(Built-in Mathematica Symbol) Check[expr, failexpr] evaluates expr, and returns the result, unless messages were generated, in which case it evaluates and returns failexpr. Check[expr, failexpr, ...
ChemicalData["name", " property"] gives the value of the specified property for the chemical " name".ChemicalData["name"] gives a structure diagram for the chemical with the ...
ChessboardDistance[u, v] gives the chessboard, Chebyshev, or sup norm distance between vectors u and v.
ChiDistribution[\[Nu]] represents a \[Chi] distribution with \[Nu] degrees of freedom.