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.
SiegelTukeyTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are equal.SiegelTukeyTest[dspec, \[Sigma]_0^2] tests a dispersion measure against ...
Sinh
(Built-in Mathematica Symbol) Sinh[z] gives the hyperbolic sine of z.
Cos
(Built-in Mathematica Symbol) Cos[z] gives the cosine of z.
SymmetricPolynomial[k, {x_1, ..., x_n}] gives the k\[Null]^th elementary symmetric polynomial in the variables x_1, ..., x_n.
Sparse representations of matrices are useful because they do not store every element. If one particular value appears very frequently it can be very advantageous to use a ...
Transpose[list] transposes the first two levels in list. Transpose[list, {n_1, n_2, ...}] transposes list so that the k\[Null]^th level in list is the n_k\[Null]^th level in ...
Degree
(Built-in Mathematica Symbol) Degree gives the number of radians in one degree. It has a numerical value of \[Pi]/180.
LineIntegralConvolutionScale is an option to LineIntegralConvolutionPlot and related functions that determines the scale of the line integral convolution to be used.
Shallow
(Built-in Mathematica Symbol) Shallow[expr] prints as a shallow form of expr. Shallow[expr, depth] prints with all parts of expr below the specified depth given in skeleton form. Shallow[expr, {depth, ...