BarnesG
(Built-in Mathematica Symbol) BarnesG[z] gives the Barnes G-function G(z).
Beep
(Built-in Mathematica Symbol) Beep[] generates an audible beep when evaluated.
BesselJZero[n, k] represents the k\[Null]^th zero of the Bessel function J_n (x).BesselJZero[n, k, x_0] represents the k\[Null]^th zero greater than x_0.
Block
(Built-in Mathematica Symbol) Block[{x, y, ...}, expr] specifies that expr is to be evaluated with local values for the symbols x, y, .... Block[{x = x_0, ...}, expr] defines initial local values for x, ...
BlockRandom[expr] evaluates expr with all pseudorandom generators localized, so that uses of SeedRandom, RandomInteger, and related functions within the evaluation of expr do ...
ButtonData is an option for the low-level function ButtonBox that specifies the second argument to give to the ButtonFunction for the button when the button is active and is ...
CellOpen is an option for Cell that specifies whether the contents of a cell should be explicitly displayed.
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.
DedekindEta[\[Tau]] gives the Dedekind eta modular elliptic function \[Eta](\[Tau]).
DefaultElement is an option for Grid and related constructs which specifies what to insert when a new element is interactively created.