JoinedCurve[{segment_1, segment_2, ...}] represents a curve consisting of segment_1 followed by segment_2 etc. JoinedCurve[{component_1, component_2, ...}] represents a list ...
MathieuCharacteristicA[r, q] gives the characteristic value a_r for even Mathieu functions with characteristic exponent r and parameter q.
MathieuCharacteristicB[r, q] gives the characteristic value b_r for odd Mathieu functions with characteristic exponent r and parameter q.
NormFunction is an option for functions such as FindFit and NDSolve which gives a function to be minimized in generating results.
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 ...
PixelValue[image, {x, y}] gives the pixel value of image at position {x, y}.PixelValue[image, {x, y}, " type"] gives the pixel value converted to the specified type.
Tube
(Built-in Mathematica Symbol) Tube[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] represents a 3D tube around the line joining a sequence of points.Tube[{pt_1, pt_2, ...}, r] represents a tube of radius ...
WaveletScale is an option for ContinuousWaveletTransform and related constructs used to specify the smallest resolvable scale.
$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.
The functions described in "Textual Input and Output Overview" determine how expressions should be formatted when they are printed, but they do not actually cause anything to ...