Overlay
(Built-in Mathematica Symbol) Overlay[{expr_1, expr_2, ...}] displays as an overlay of all the expr_i.Overlay[{expr_1, expr_2, ...}, {i, j, ...}] displays as an overlay of expr_i, expr_j, ...
PermutationList[perm] returns a permutation list representation of permutation perm.PermutationList[perm, len] returns a permutation list of length len.
PoissonDistribution[\[Mu]] represents a Poisson distribution with mean \[Mu].
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 ...
RiceDistribution[\[Alpha], \[Beta]] represents a Rice distribution with shape parameters \[Alpha] and \[Beta].RiceDistribution[m, \[Alpha], \[Beta]] represents a ...
RiemannSiegelTheta[t] gives the Riemann\[Dash]Siegel function \[CurlyTheta](t).