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 ...
NotebookConvertSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for converting imported legacy notebooks.
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 ...
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 ...
ScalingFunctions is an option for BarChart, Histogram, and other charting functions that specifies what scaling functions should be used.
SymmetricMatrixQ[m] tests whether m is a symmetric matrix.
TriangularDistribution[{min, max}] represents a symmetric triangular statistical distribution giving values between min and max. TriangularDistribution[{min, max}, c] ...
TrigFactor[expr] factors trigonometric functions in expr.