ControllerState["c"] gives the state of the control c for the first connected controller device on which it is supported.ControllerState[{"c_1", "c_2", ...}] gives the states ...
ControlPlacement is an option for Manipulate, TabView, and other control objects that specifies where controls should be placed.
ControlsRendering is a Style option that specifies how controls should be rendered.
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 ...
ConversionRules is an option for Cell that can be set to a list of rules specifying how the contents of the cell are to be converted to external formats.
CoprimeQ[n_1, n_2] yields True if n_1 and n_2 are relatively prime, and yields False otherwise. CoprimeQ[n_1, n_2, ...] yields True if all pairs of the n_i are relatively ...
CopulaDistribution[ker, {dist_1, dist_2, ...}] represents a copula distribution with kernel distribution ker and marginal distributions dist_1, dist_2, ....
Copyable is an option for Cell that specifies whether a cell can be copied interactively using the front end.
CopyToClipboard[expr] replaces the contents of the clipboard with expr.
CornerFilter[image] computes a measure for the presence of a corner for each pixel in image and returns the result as an intensity image.CornerFilter[image, r] detects ...