Conjugate[z] or z\[Conjugate] gives the complex conjugate of the complex number z.
AtomQ
(Built-in Mathematica Symbol) AtomQ[expr] yields True if expr is an expression which cannot be divided into subexpressions, and yields False otherwise.
FiniteAbelianGroupCount[n] gives the number of finite Abelian groups of order n.
DatePattern[{"e_1", "e_2", ...}] represents the characters of a date with elements of type "e_i" in StringExpression.DatePattern[{"e_1", "e_2 ", ...}, sep] allows separators ...
GammaRegularized[a, z] is the regularized incomplete gamma function Q(a, z).
Tanh
(Built-in Mathematica Symbol) Tanh[z] gives the hyperbolic tangent of z.
EllipticThetaPrime[a, u, q] gives the derivative with respect to u of the theta function \[CurlyTheta]_a (u, q) (a = 1, ..., 4).
ColumnSpacings is an option for the low-level function GridBox which specifies the spaces in ems that should be inserted between adjacent columns.
MapAt
(Built-in Mathematica Symbol) MapAt[f, expr, n] applies f to the element at position n in expr. If n is negative, the position is counted from the end. MapAt[f, expr, {i, j, ...}] applies f to the part of ...
RowSpacings is an option for the low-level function GridBox that specifies the spaces in x heights that should be inserted between successive rows.