PermutationList[perm] returns a permutation list representation of permutation perm.PermutationList[perm, len] returns a permutation list of length len.
Play
(Built-in Mathematica Symbol) Play[f, {t, t_min, t_max}] creates an object that plays as a sound whose amplitude is given by f as a function of time t in seconds between t_min and t_max.
PoissonDistribution[\[Mu]] represents a Poisson distribution with mean \[Mu].
PositiveDefiniteMatrixQ[m] tests whether m is a positive definite matrix.
Precision[x] gives the effective number of digits of precision in the number x.
Quotient[m, n] gives the integer quotient of m and n. Quotient[m, n, d] uses an offset d.
RandomComplex[] gives a pseudorandom complex number with real and imaginary parts in the range 0 to 1.RandomComplex[{z_min, z_max}] gives a pseudorandom complex number in the ...
RealExponent[x] gives log_10 (|x|).RealExponent[x, b] gives log_b (|x|).
Real
(Built-in Mathematica Symbol) Real is the head used for real (floating-point) numbers.
ReflectionTransform[v] gives a TransformationFunction that represents a reflection in a mirror through the origin, normal to the vector v.ReflectionTransform[v, p] gives a ...