Dialog
(Built-in Mathematica Symbol) Dialog[] initiates a dialog. Dialog[expr] initiates a dialog with expr as the current value of %.
GeoPosition[{\[Phi], \[Lambda]}] represents a geodetic position with latitude \[Phi] and longitude \[Lambda].GeoPosition[{\[Phi], \[Lambda], h}] represents a geodetic ...
GraphComplement[g] gives the graph complement of the graph g.
ImagePartition[image, s] partitions an image into an array of s*s-pixel subimages.ImagePartition[image, {w, h}] partitions an image into an array of subimages of pixel width ...
LengthWhile[list, crit] gives the number of continuous elements e_i starting at the beginning of list for which crit[e_i] is True.
MantissaExponent[x] gives a list containing the mantissa and exponent of a number x. MantissaExponent[x, b] gives the base-b mantissa and exponent of x.
SchurDecomposition[m] yields the Schur decomposition for a numerical matrix m, given as a list {q, t} where q is an orthonormal matrix and t is a block upper-triangular ...
Shortest[p] is a pattern object that matches the shortest sequence consistent with the pattern p.
SignificanceLevel is an option to VarianceTest and similar functions that controls cutoffs for diagnostic tests as well as test conclusions.
VerifyTestAssumptions is an option to LocationTest and similar functions that controls which assumptions to verify through diagnostic tests.