IntegerString[n] gives a string consisting of the decimal digits in the integer n. IntegerString[n, b] gives a string consisting of the base b digits in the integer n. ...
KumaraswamyDistribution[\[Alpha], \[Beta]] represents a Kumaraswamy distribution with shape parameters \[Alpha] and \[Beta].
LogSeriesDistribution[\[Theta]] represents a logarithmic series distribution with parameter \[Theta].
MachineNumberQ[expr] returns True if expr is a machine-precision real or complex number, and returns False otherwise.
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.
Minors
(Built-in Mathematica Symbol) Minors[m] gives the minors of a matrix m. Minors[m, k] gives the k\[Null]\[Null]^th minors.
MorletWavelet[] represents a Morlet wavelet.
MoyalDistribution[\[Mu], \[Sigma]] represents a Moyal distribution with location parameter \[Mu] and scale parameter \[Sigma].
MultiedgeStyle is an option for GraphPlot and related functions that specifies how to draw multiple edges.
NextPrime[n] gives the next prime above n.NextPrime[n, k] gives the k\[Null]^th prime above n.