Tableaux[p] constructs all tableaux having a shape given by integer partition p.
IntegerQuaternionQ[q] gives True if q is an integer quaternion and False otherwise.
Dozen
(Units Package Symbol) Dozen is a unit multiplier.
ContinuedFraction[x, n] generates a list of the first n terms in the continued fraction representation of x. ContinuedFraction[x] generates a list of all terms that can be ...
ImageData[image] gives the array of pixel values in image.ImageData[image, " type"] gives the array of pixel values converted to the specified type.
NorlundB[n, a] gives Nørlund polynomials B_n^(a) of degree n in a.NorlundB[n, a, x] gives generalized Bernoulli polynomials B_n^(a)(x).
NumberQ
(Built-in Mathematica Symbol) NumberQ[expr] gives True if expr is a number, and False otherwise.
LogNormalDistribution[\[Mu], \[Sigma]] represents a lognormal distribution derived from a normal distribution with mean \[Mu] and standard deviation \[Sigma].
KroneckerDelta[n_1, n_2, ...] gives the Kronecker delta \[Delta] Subscript[n, 1] Subscript[n, 2] ..., equal to 1 if all the n_i are equal, and 0 otherwise.
SetEdgeWeights[g] assigns random real weights in the range [0, 1] to edges in g. SetEdgeWeights[g, e] assigns edge weights to the edges in the edge list e. SetEdgeWeights[g, ...