AutoGeneratedPackage is an option for notebooks that specifies whether a package is automatically created when a notebook that contains initialization cells or groups is ...
BitClear[n, k] sets to 0 the bit corresponding to the coefficient of 2^k in the integer n.
BitGet
(Built-in Mathematica Symbol) BitGet[n, k] gets the bit corresponding to the coefficient of 2^k in the integer n.
BitShiftLeft[n, k] shifts the binary bits in the integer n to the left by k places, padding with zeros on the right.BitShiftLeft[n] shifts one bit to the left.
BitShiftRight[n, k] shifts the binary bits in the integer n to the right by k places, dropping bits that are shifted past the unit's position on the right. BitShiftRight[n] ...
ColumnAlignments is an option for the low-level function GridBox that specifies how entries in each column should be aligned.
ColumnSpacings is an option for the low-level function GridBox which specifies the spaces in ems that should be inserted between adjacent columns.
ComplexInfinity represents a quantity with infinite magnitude, but undetermined complex phase.
ContinuousAction is an option for Manipulate, Slider, and related functions that specifies whether action should be taken continuously while controls are being moved.
CopyDirectory["dir_1", "dir_2"] copies the directory dir_1 to dir_2.