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 ...
QPolyGamma[z, q] gives the q-digamma function \[Psi]_q (z).QPolyGamma[n, z, q] gives the n\[Null]^th derivative of the q-digamma function \[Psi]_q^(n)(z).
RightCosetRepresentative[group, g] returns the smallest element in the right coset of products of the elements of group by g.
SatisfiabilityInstances[bf] attempts to find a choice of variables that makes the Boolean function bf yield True.SatisfiabilityInstances[expr, {a_1, a_2, ...}] attempts to ...
Save
(Built-in Mathematica Symbol) Save["filename", symbol] appends definitions associated with the specified symbol to a file. Save["filename", " form"] appends definitions associated with all symbols whose ...
Sinc
(Built-in Mathematica Symbol) Sinc[z] gives sinc(z).
SphericalHankelH2[n, z] gives the spherical Hankel function of the second kind h_n^(2)(z).
"s_1" <> "s_2" <> ..., StringJoin["s_1", "s_2", ...], or StringJoin[{"s_1", "s_2", ...}] yields a string consisting of a concatenation of the s_i.
TextureCoordinateFunction is an option to Plot3D and similar functions that specifies a function that computes texture coordinates.
TicksStyle is an option for graphics functions which specifies how ticks should be rendered.