Cell
(Built-in Mathematica Symbol) Cell[contents] is the low-level representation of a cell inside a Mathematica notebook. Cell[contents, " style"] represents a cell in the specified style.
ClippingStyle is an option for plotting functions that specifies the style of what should be drawn when curves or surfaces would extend beyond the plot range.
CMYKColor[cyan, magenta, yellow, black] is a graphics directive which specifies that graphical objects which follow are to be displayed in the color given. CMYKColor[c, m, y, ...
CoshIntegral[z] gives the hyperbolic cosine integral Chi(z).
CosIntegral[z] gives the cosine integral function Ci(z).
DatePlus[date, n] gives the date n days after date.DatePlus[date, {n, " unit"}] gives the date n units after date.DatePlus[date, {{n_1, "unit_1"}, {n_2, "unit_2"}, ...}] ...
Disjunction[expr, {a_1, a_2, ...}] gives the disjunction of expr over all choices of the Boolean variables a_i.
Export
(Built-in Mathematica Symbol) Export["file. ext", expr] exports data to a file, converting it to the format corresponding to the file extension ext. Export[file, expr, " format"] exports data in the ...
Framed
(Built-in Mathematica Symbol) Framed[expr] displays a framed version of expr.
GroupStabilizerChain[group] returns a list of successive stabilizers in group of the points in a base of group.