SatisfiabilityCount[bf] counts the number of possible combinations of variable values that yield True when supplied as arguments to the Boolean function ...
Share
(Built-in Mathematica Symbol) Share[expr] changes the way expr is stored internally, to try and minimize the amount of memory used. Share[] tries to minimize the memory used to store all expressions.
SmithWatermanSimilarity[u, v] gives a number representing the Smith\[Dash]Waterman similarity between strings or vectors u and v.
SpheroidalS1Prime[n, m, \[Gamma], z] gives the derivative with respect to z of the radial spheroidal function S_n^m, (1)(\[Gamma], z) of the first kind.
SpheroidalS2Prime[n, m, \[Gamma], z] gives the derivative with respect to z of the radial spheroidal function S_n^m, (2)(\[Gamma], z) of the second kind.
TableDepth is an option for TableForm and MatrixForm which specifies the maximum number of levels to be printed in tabular or matrix format.
TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.
TopHatTransform[image, ker] gives the morphological top-hat transform of image with respect to structuring element ker.TopHatTransform[image, r] gives the top-hat transform ...
Unique
(Built-in Mathematica Symbol) Unique[] generates a new symbol, whose name is of the form $nnn. Unique[x] generates a new symbol, with a name of the form x$nnn. Unique[{x, y, ...}] generates a list of new ...
WindowTitle is an option that specifies the title to give for a window.