a ** b ** c is a general associative, but non-commutative, form of multiplication.
Fourier
(Built-in Mathematica Symbol) Fourier[list] finds the discrete Fourier transform of a list of complex numbers.
CStruct[name, members] is a symbolic representation of a struct.CStruct[name] declares a struct without specifying the contents.CStruct[None, members] does not give the ...
CUnion
(SymbolicC Package Symbol) CUnion[name, members] is a symbolic representation of a union.CUnion[name] declares a union without specifying the contents.CUnion[None, members] does not give the union a ...
TranslationTransform[v] gives a TransformationFunction that represents translation of points by a vector v.
GammaRegularized[a, z] is the regularized incomplete gamma function Q(a, z).
TeX
(Mathematica Import/Export Format) MIME type: application/x-texTeX typesetting system and programming language. Commonly used for typesetting mathematical and scientific publications and other technical ...
SiegelTheta[\[CapitalOmega], s] gives the Siegel theta function \[CapitalTheta] (\[CapitalOmega], s) with Riemann modular matrix \[CapitalOmega] and vector ...
Sow
(Built-in Mathematica Symbol) Sow[e] specifies that e should be collected by the nearest enclosing Reap. Sow[e, tag] specifies that e should be collected by the nearest enclosing Reap whose pattern ...
Multinomial[n_1, n_2, ...] gives the multinomial coefficient (n_1 + n_2 + ...)!/(n_1! n_2! ...).