ReliefImage[array] generates a relief image of an array of height values.
SymletWavelet[] represents the Symlet wavelet of order 4.SymletWavelet[n] represents the Symlet wavelet of order n.
BernoulliB[n] gives the Bernoulli number B_n. BernoulliB[n, x] gives the Bernoulli polynomial B_n (x).
PolyLog
(Built-in Mathematica Symbol) PolyLog[n, z] gives the polylogarithm function Li_n (z).PolyLog[n, p, z] gives the Nielsen generalized polylogarithm function S n, p (z).
GaussianMatrix[r] gives a matrix that corresponds to a Gaussian kernel of radius r. GaussianMatrix[{r, \[Sigma]}] gives a matrix corresponding to a Gaussian kernel with ...
Many computations are conveniently specified in terms of applying functions in parallel to many elements in a list. Mathematica provides a suite of elegant functional ...
Mathematica can represent bit vectors of arbitrary length as integers, and uses highly optimized algorithms—including several original to Wolfram Research—to perform bitwise ...
Mathematica can handle numbers of essentially unlimited length, in any base, using state-of-the-art platform-optimized algorithms, including several developed at Wolfram ...
Apart
(Built-in Mathematica Symbol) Apart[expr] rewrites a rational expression as a sum of terms with minimal denominators. Apart[expr, var] treats all variables other than var as constants.
ArcTanh
(Built-in Mathematica Symbol) ArcTanh[z] gives the inverse hyperbolic tangent tanh -1 (z) of the complex number z.