AxesStyle is an option for graphics functions that specifies how axes should be rendered.
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.
BinaryRead[stream] reads one byte of raw binary data from an input stream, and returns an integer from 0 to 255. BinaryRead[stream, type] reads an object of the specified ...
BlockRandom[expr] evaluates expr with all pseudorandom generators localized, so that uses of SeedRandom, RandomInteger, and related functions within the evaluation of expr do ...
BrayCurtisDistance[u, v] gives the Bray\[Dash]Curtis distance between vectors u and v.
Cancel
(Built-in Mathematica Symbol) Cancel[expr] cancels out common factors in the numerator and denominator of expr.
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.
Chop
(Built-in Mathematica Symbol) Chop[expr] replaces approximate real numbers in expr that are close to zero by the exact integer 0.
Coefficient[expr, form] gives the coefficient of form in the polynomial expr. Coefficient[expr, form, n] gives the coefficient of form^n in expr.
ColorDataFunction[range, ...] is a function that represents a color scheme.