ShadowOffset is an option for ShadowBox, which sets the offset of a shadow from the rest of the box.
IncludeStemUnits is an option for StemLeafPlot which specifies whether the units of the stems should be included with the plot.
PlotDirection is an option for PairwiseScatterPlot which specifies the direction in which scatter plots are generated.
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, ...
The Developer Utilities Package includes functions that directly access specific internal algorithms and capabilities of Mathematica that are normally used only as part of ...
BitAnd
(Built-in Mathematica Symbol) BitAnd[n_1, n_2, ...] gives the bitwise AND of the integers n_i.
PowerMod[a, b, m] gives a^b mod m. PowerMod[a, -1, m] finds the modular inverse of a modulo m.PowerMod[a, 1/r, m] finds a modular r\[Null]^th root of a.
TakeWhile[list, crit] gives elements e_i from the beginning of list, continuing so long as crit[e_i] is True.
Mathematica expressions provide a very general way to handle all kinds of data, and you may sometimes want to use such expressions inside your external programs. A language ...
BarCharts`
(Mathematica Compatibility Information) As of Version 7, the Bar Charts Package has been integrated into the Mathematica kernel.