WhittakerW[k, m, z] gives the Whittaker function W k, m (z).
NETObjectToExpression[netObject] converts the specified .NET object reference into its value as a "native" Mathematica expression.
DifferentialRootReduce[expr, x] attempts to reduce expr to a single DifferentialRoot object as a function of x.DifferentialRootReduce[expr, {x, x_0}] takes the initial ...
BoundedDiagram[{{a_1, b_1}, ...}, {{x_1, y_1}, ...}] yields the bounded Voronoi diagram of the points {x_1, y_1}, {x_2, y_2} ..., where the bound is the convex polygon formed ...
VoronoiDiagram[{{x_1, y_1}, {x_2, y_2}, ...}] yields the planar Voronoi diagram of the points {x_1, y_1}, {x_2, y_2}, ....VoronoiDiagram[{{x_1, y_1}, {x_2, y_2}, ...}, val] ...
ChartStyle is an option for charting functions that specifies styles in which chart elements should be drawn.
ClusteringComponents[array] gives an array in which each element of array is replaced by an integer index representing the cluster in which the element ...
FromCharacterCode[n] gives a string consisting of the character with integer code n. FromCharacterCode[{n_1, n_2, ...}] gives a string consisting of the sequence of ...
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.
Dot
(Built-in Mathematica Symbol) a.b.c or Dot[a, b, c] gives products of vectors, matrices, and tensors.