CDFDeploy["file.cdf", expr] deploys expr in a form that can be played by Wolfram CDF Player.CDFDeploy["file.cdf", notebook] deploys a notebook.CDFDeploy["file.cdf", ...
ChartElementFunction is an option for charting functions such as BarChart that gives a function to use to generate the primitives for rendering each chart element.
Conditioned[expr, cond] or expr \[Conditioned] cond represents expr conditioned by the predicate cond.
ExponentFunction is an option for NumberForm and related functions that determines the exponent to use in printing approximate real numbers.
ExportString[expr, " format"] generates a string corresponding to expr exported in the specified format. ExportString[rules, {"format", "Rules"}] gives explicit rules for ...
FindThreshold[image] finds a global threshold value that partitions the intensity values in image into two intervals.
FourierSinCoefficient[expr, t, n] gives the n\[Null]^th coefficient in the Fourier sine series expansion of expr.FourierSinCoefficient[expr, {t_1, t_2, ...}, {n_1, n_2, ...}] ...
GraphicsGroup[{g_1, g_2, ...}] represents a collection of graphics objects grouped together for purposes of interactive selection in a notebook.
GraphRadius[g] gives the minimum eccentricity of the vertices in the graph g.
GroupElements[group] returns the list of all elements of group.GroupElements[group, {r_1, ..., r_k}] returns the elements numbered r_1, ..., r_k in group in the standard ...