mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
The functionality of NumericalMath`ListIntegrate` is now accessible by using the built-in Mathematica kernel functions Integrate and Interpolation.
LiftingFilterData[...] represents lifting-filter data used to compute forward and inverse lifting wavelet transforms.
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 ...
Round
(Built-in Mathematica Symbol) Round[x] gives the integer closest to x. Round[x, a] rounds to the nearest multiple of a.
Quotient[m, n] gives the integer quotient of m and n. Quotient[m, n, d] uses an offset d.
ClearNotations[] will remove all notations, symbolizations and infix notations.
CopulaDistribution[ker, {dist_1, dist_2, ...}] represents a copula distribution with kernel distribution ker and marginal distributions dist_1, dist_2, ....
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...