PowerSymmetricPolynomial[r] represents a formal power symmetric polynomial with exponent r.PowerSymmetricPolynomial[{r_1, r_2, ...}] represents a multivariate formal power ...
Prime
(Built-in Mathematica Symbol) Prime[n] gives the n\[Null]^th prime number.
Primes
(Built-in Mathematica Symbol) Primes represents the domain of prime numbers, as in x \[Element] Primes.
Print
(Built-in Mathematica Symbol) Print[expr] prints expr as output.
RamanujanTauL[s] gives the Ramanujan tau Dirichlet L-function L(s).
Reals
(Built-in Mathematica Symbol) Reals represents the domain of real numbers, as in x \[Element] Reals.
Rescale
(Built-in Mathematica Symbol) Rescale[x, {min, max}] gives x rescaled to run from 0 to 1 over the range min to max. Rescale[x, {min, max}, {x_min, x_max}] gives x rescaled to run from x_min to x_max over ...
RunScheduledTask[expr] schedules and starts a task that will repeatedly evaluate expr once per second.RunScheduledTask[expr, time] schedules and starts a task that will ...
RuntimeAttributes is an option for Compile that specifies attributes for the compiled function it creates.
ScalingFunctions is an option for BarChart, Histogram, and other charting functions that specifies what scaling functions should be used.