PrimePowerQ[expr] yields True if expr is a power of a prime number, and yields False otherwise.
Reals
(Built-in Mathematica Symbol) Reals represents the domain of real numbers, as in x \[Element] Reals.
ComposeList[{f_1, f_2, ...}, x] generates a list of the form {x, f_1[x], f_2[f_1[x]], ...}.
Characters that are not letters, letter-like forms, or structural elements are treated by Mathematica as operators. Mathematica has built-in rules for interpreting all ...
$ReleaseNumber is an integer which gives the current Mathematica kernel release number, and increases in successive releases.
ButcherBeta
(Numerical Differential Equation Analysis Package Symbol) ButcherBeta[tree] gives the number of ways of labeling tree with ButcherOrder[tree] - 1 distinct labels such that the root is not labeled, but every other vertex is labeled. ...
$SyntaxHandler is a global variable which, if set, is applied to any input string that is found to contain a syntax error.
PlotLayout is an option used by WaveletListPlot and similar functions to specify the layout of multiple plots.
Undefined is a symbol that represents a quantity with no defined value.
HistogramList[{x_1, x_2, ...}] gives a list of bins and histogram heights of the values x_i.HistogramList[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] gives a list of bins and ...