StemExponent is an option for StemLeafPlot which specifies the integer power of 10 to be used as the stem unit.
ArcLengthFactor[{f_1, f_2, f_3}, t] gives the derivative of the arc length of the curve described by the parametrized curve coordinates {f_1, f_2, f_3} with respect to the ...
The graphics language of Mathematica is fully integrated with dynamic interactivity. This lets you create graphics that can respond to input devices in a variety of ways.
GZIP
(Mathematica Import/Export Format) MIME type: application/x-gzip GZIP compression method and file format. General-purpose lossless compression method. Commonly used for archiving data and for exchanging files ...
ArcCsc
(Built-in Mathematica Symbol) ArcCsc[z] gives the arc cosecant csc -1 (z) of the complex number z.
ArcSec
(Built-in Mathematica Symbol) ArcSec[z] gives the arc secant sec -1 (z) of the complex number z.
ColorSlider[color] represents a color slider currently set to the color corresponding to color.ColorSlider[Dynamic[color]] uses the dynamically updated current value of ...
ConnectedComponents[g] gives the connected components of the graph g.ConnectedComponents[g, {v_1, v_2, ...}] gives the connected components that include at least one of the ...
Correlation[v_1, v_2] gives the correlation between the vectors v_1 and v_2.Correlation[m] gives the correlation matrix for the matrix m.Correlation[m_1, m_2] gives the ...
EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.