ExponentFunction is an option for NumberForm and related functions that determines the exponent to use in printing approximate real numbers.
ExportString[expr, " format"] generates a string corresponding to expr exported in the specified format. ExportString[rules, {"format", "Rules"}] gives explicit rules for ...
FrechetDistribution[\[Alpha], \[Beta]] represents the Frechet distribution with shape parameter \[Alpha] and scale parameter \[Beta].FrechetDistribution[\[Alpha], \[Beta], ...
GridBox
(Built-in Mathematica Symbol) GridBox[{{box_11, box_12, ...}, {box_21, box_22, ...}, ...}] is a low-level box construct that represents a two-dimensional grid of boxes or strings in notebook expressions.
HankelH1[n, z] gives the Hankel function of the first kind H_n^(1)(z).
HankelH2[n, z] gives the Hankel function of the second kind H_n^(2)(z).
Hash
(Built-in Mathematica Symbol) Hash[expr] gives an integer hash code for the expression expr.Hash[expr, " type"] gives an integer hash code of the specified type for expr.
HypergeometricPFQRegularized[{a_1, ..., a_p}, {b_1, ..., b_q}, z] is the regularized generalized hypergeometric function \[Null]_p F_q (a; b; z)/(\[CapitalGamma](b_1) ... ...
LogicalExpand[expr] expands out logical combinations of equations, inequalities, and other functions.
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.