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.
Hypergeometric0F1Regularized[a, z] is the regularized confluent hypergeometric function \[Null]_0 F_1 (a; z)/\[CapitalGamma](a).
IndependentVertexSetQ[g, vlist] yields True if the vertex list vlist is an independent vertex set in the graph g and False otherwise.
IndexGraph[g] replaces the vertices of the graph g by its vertex indexes. IndexGraph[g, r] replaces the vertices with integers r, r + 1, ....
InexactNumberQ[expr] returns True if expr is an inexact real or complex number, and returns False otherwise.
InverseCDF[dist, q] gives the inverse of the cumulative distribution function for the symbolic distribution dist as a function of the variable q.
LogisticDistribution[\[Mu], \[Beta]] represents a logistic distribution with mean \[Mu] and scale parameter \[Beta].
ManhattanDistance[u, v] gives the Manhattan or "city block" distance between vectors u and v.
MaxIterations is an option that specifies the maximum number of iterations that should be tried in various built-in functions and algorithms.
MeshShading is an option for plotting functions that gives lists of colors to use for regions between mesh divisions.