LinkConnect["name"] connects to a MathLink link created by another program.
Magnification is an option for Style and Cell that specifies what magnification to use for display.
NormalizedSquaredEuclideanDistance[u, v] gives the normalized squared Euclidean distance between vectors u and v.
NotebookApply[notebook, data] writes data into a notebook at the current selection, replacing the first selection placeholder in data by the current selection, and then ...
NotebookEventActions is a notebook option that gives a list of actions to perform when specified events occur in connection with the notebook.
PolynomialQuotientRemainder[p, q, x] gives a list of the quotient and remainder of p and q, treated as polynomials in x.
Print
(Built-in Mathematica Symbol) Print[expr] prints expr as output.
Pruning
(Built-in Mathematica Symbol) Pruning[image] removes the outermost branches of thin objects in image by setting their values to black.Pruning[image, n] removes branches that are at most n pixels ...
Reals
(Built-in Mathematica Symbol) Reals represents the domain of real numbers, as in x \[Element] Reals.
Rescale
(Built-in Mathematica Symbol) Rescale[x, {min, max}] gives x rescaled to run from 0 to 1 over the range min to max. Rescale[x, {min, max}, {x_min, x_max}] gives x rescaled to run from x_min to x_max over ...