AlgebraicUnitQ[a] yields True if a is an algebraic unit, and yields False otherwise.
ArcSinDistribution[{x min, x max}] represents the arc sine distribution supported between x min and x max.
__(two _characters) or BlankSequence[] is a pattern object that can stand for any sequence of one or more Mathematica expressions. __h or BlankSequence[h] can stand for any ...
CharacterEncoding is an option for input and output functions which specifies what raw character encoding should be used.
CharacteristicFunction[dist, t] gives the characteristic function for the symbolic distribution dist as a function of the variable t.CharacteristicFunction[dist, {t_1, t_2, ...
Clip
(Built-in Mathematica Symbol) Clip[x] gives x clipped to be between -1 and +1. Clip[x, {min, max}] gives x for min <= x <= max, min for x < min and max for x > max. Clip[x, {min, max}, {v_min, v_max}] ...
ContourPlot3D[f, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] produces a three-dimensional contour plot of f as a function of x, y, and z. ContourPlot3D[f == g, ...
ControllerLinking is an option for Manipulate, Graphics3D, Plot3D, and related functions that specifies whether to allow interactive control by external controllers.
ControllerPath is an option that gives a list of external controllers or classes of controllers to try for functions such as ControllerState, Manipulate, and Graphics3D.
Dashed
(Built-in Mathematica Symbol) Dashed is a graphics directive specifying that lines that follow should be drawn dashed.