Complexes represents the domain of complex numbers, as in x \[Element] Complexes.
OrderDistribution[{dist, n}, k] represents the k\[Null]^th-order statistics distribution for n observations from the distribution dist.OrderDistribution[{dist, n}, {k_1, k_2, ...
GUIKit definitions are defined as a hierarchy of widgets, whether they are defined in the Mathematica expression format or in the XML format, GUIKitXML. A single ...
CandlestickChart[{{date_1, {open_1, high_1, low_1, close_1}}, ...}] makes a chart with candles representing open, high, low, and close prices for each date. ...
BoxWhiskerChart[{x_1, x_2, ...}] makes a box-and-whisker chart for the values x_i.BoxWhiskerChart[{x_1, x_2, ...}, bwspec] makes a chart with box-and-whisker symbol ...
Reals
(Built-in Mathematica Symbol) Reals represents the domain of real numbers, as in x \[Element] Reals.
RectangleChart[{{x_1, y_1}, {x_2, y_2}, ...}] makes a rectangle chart with bars of width x_i and height y_i. RectangleChart[{..., w_i[{x_i, y_i}, ...], ..., w_j[{x_i, y_j}, ...
ErlangDistribution[k, \[Lambda]] represents the Erlang distribution with shape parameter k and rate \[Lambda].
RotationMatrix[\[Theta]] gives the 2D rotation matrix that rotates 2D vectors counterclockwise by \[Theta] radians.RotationMatrix[\[Theta], w] gives the 3D rotation matrix ...
WolframAlpha["query"] sends query to Wolfram|Alpha and imports the output.WolframAlpha["query", format] imports the output according to the specified format.