ArcCoth
(Built-in Mathematica Symbol) ArcCoth[z] gives the inverse hyperbolic cotangent coth -1 (z) of the complex number z.
BesselYZero[n, k] represents the k\[Null]^th zero of the Bessel function of the second kind Y_n (x).BesselYZero[n, k, x_0] represents the k\[Null]^th zero greater than x_0.
BitOr
(Built-in Mathematica Symbol) BitOr[n_1, n_2, ...] gives the bitwise OR of the integers n_i.
ButtonBox[boxes] is a low-level box construct that represents a button in a notebook expression.
DialogNotebook[{cell_1, cell_2, ...}] represents a dialog notebook that can be manipulated by the Mathematica front end.
EllipticExp[u, {a, b}] is the inverse for EllipticLog. It produces a list {x, y} such that u == EllipticLog[{x, y}, {a, b}].
EllipticLog[{x, y}, {a, b}] gives the generalized logarithm associated with the elliptic curve y^2 = x^3 + a x^2 + b x.
Enabled
(Built-in Mathematica Symbol) Enabled is an option for objects such as Slider that specifies whether the objects should be enabled for interactive manipulation.
Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.
FiniteGroupCount[n] gives the number of finite groups of order n.