TextJustification is an option for Cell and Inset which specifies how much lines of text can be stretched in order to make them be the same length.
BrownForsytheTest[data] tests whether the variance of data is 1. BrownForsytheTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are ...
EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.
Weights
(Built-in Mathematica Symbol) Weights is an option for various fitting and other functions which specifies weights to associate with data elements.
LengthWhile[list, crit] gives the number of continuous elements e_i starting at the beginning of list for which crit[e_i] is True.
EditDistance[u, v] gives the edit or Levenshtein distance between strings or vectors u and v.
VertexQ
(Built-in Mathematica Symbol) VertexQ[g, v] yields True if v is a vertex in the graph g and False otherwise.
EdgeIndex[g, e] gives the integer index for the edge e in the graph g.
If you have an equation like 2x==0, it is perfectly clear that the only possible solution is x->0. However, if you have an equation like ax==0, things are not so clear. If a ...
Accuracy[x] gives the effective number of digits to the right of the decimal point in the number x.