Depth
(Built-in Mathematica Symbol) Depth[expr] gives the maximum number of indices needed to specify any part of expr, plus 1.
InverseEllipticNomeQ[q] gives the parameter m corresponding to the nome q in an elliptic function.
SquaredEuclideanDistance[u, v] gives the squared Euclidean distance between vectors u and v.
LinearRecurrence[ker, init, n] gives the sequence of length n obtained by iterating the linear recurrence with kernel ker starting with initial values ...
ShapiroWilkTest[data] tests whether data is normally distributed using the Shapiro\[Dash]Wilk test.ShapiroWilkTest[data, " property"] returns the value of " property".
MLINK getMathLink (WolframLibraryData libData) gets a MathLink connection to use for evaluations in Mathematica.
InterpolateRoot[lhs == rhs, {x, x_0, x_1}] searches for a numerical solution to the equation lhs == rhs using x_0 and x_1 as the first two values of x.
The functionality of FactorIntegerECM can be obtained using the enhanced Mathematica kernel function FactorInteger.
The functionality of FilterOptions is provided by the kernel function FilterRules.
Computational geometry is the study of efficient algorithms for solving geometric problems. The nearest neighbor problem involves identifying one point, out of a set of ...