Accumulate[list] gives a list of the successive accumulated totals of elements in list.
AxesEdge is an option for three-dimensional graphics functions that specifies on which edges of the bounding box axes should be drawn.
BetweennessCentrality[g] gives a list of betweenness centralities for the vertices in the graph g.
ChebyshevU[n, x] gives the Chebyshev polynomial of the second kind U_n (x).
ControlType is an option for Manipulate and related functions that specifies what type of controls should be displayed.
CramerVonMisesTest[data] tests whether data is normally distributed using the Cramér\[Dash]von Mises test.CramerVonMisesTest[data, dist] tests whether data is distributed ...
Denominator[expr] gives the denominator of expr.
DGaussianWavelet[] represents a derivative of Gaussian wavelet of derivative order 2.DGaussianWavelet[n] represents a derivative of Gaussian wavelet of derivative order n.
DigitCount[n, b, d] gives the number of d digits in the base-b representation of n. DigitCount[n, b] gives a list of the numbers of 1, 2, ..., b - 1, 0 digits in the base-b ...
Divisors[n] gives a list of the integers that divide n.