Begin
(Built-in Mathematica Symbol) Begin["context`"] resets the current context.
BinaryReadList["file"] reads all remaining bytes from a file, and returns them as a list of integers from 0 to 255. BinaryReadList["file", type] reads objects of the ...
BoxRatios is an option for Graphics3D that gives the ratios of side lengths for the bounding box of the three-dimensional picture.
Break
(Built-in Mathematica Symbol) Break[] exits the nearest enclosing Do, For, or While.
CellDingbat is an option for Cell which specifies what dingbat to use to emphasize a cell.
CellFrameMargins is an option for Cell which specifies the absolute margins in printer's points to leave inside a frame that is drawn around a cell.
CellFrame is an option for Cell which specifies whether a frame should be drawn around a cell.
CellPrint[expr] inserts expr as a complete cell in the current notebook just below the cell being evaluated. CellPrint[{expr_1, expr_2, ...}] inserts a sequence of cells.
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}] ...