BitSet
(Built-in Mathematica Symbol) BitSet[n, k] sets to 1 the bit corresponding to the coefficient of 2^k in the integer n.
Blend
(Built-in Mathematica Symbol) Blend[{col_1, col_2}, x] gives a color obtained by blending a fraction 1 - x of color col_1 and x of color col_2.Blend[{col_1, col_2, col_3, ...}, x] linearly interpolates ...
BooleanMinimize[expr] finds a minimal-length disjunctive normal form representation of expr.BooleanMinimize[expr, form] finds a minimal-length representation for expr in the ...
Booleans represents the domain of Booleans, as in x \[Element] Booleans.
BoundaryStyle is an option for plotting functions that specifies the style in which boundaries of regions should be drawn.
BoxRatios is an option for Graphics3D that gives the ratios of side lengths for the bounding box of the three-dimensional picture.
ButtonSource is an option for the low-level function ButtonBox that specifies the first argument to give to the ButtonFunction for the button when the button is active and is ...
CharacterEncoding is an option for input and output functions which specifies what raw character encoding should be used.
Constants is an option for Dt which gives a list of objects to be taken as constants.
ContentSize is an option for Manipulate and other functions that specifies the size of the content area to use.