BooleanConvert[expr] converts the Boolean expression expr to disjunctive normal form.BooleanConvert[expr, form] converts the Boolean expression expr to the specified ...
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.
ComplexityFunction is an option for Simplify and other functions which gives a function to rank the complexity of different forms of an expression.
Dispatch[{lhs_1 -> rhs_1, lhs_2 -> rhs_2, ...}] generates an optimized dispatch table representation of a list of rules. The object produced by Dispatch can be used to give ...
Dot
(Built-in Mathematica Symbol) a.b.c or Dot[a, b, c] gives products of vectors, matrices, and tensors.
ExponentialGeneratingFunction[expr, n, x] gives the exponential generating function in x for the sequence whose n\[Null]^th term is given by the expression ...