PowerDistribution[k, a] represents a power distribution with domain parameter k and shape parameter a.
Prepend
(Built-in Mathematica Symbol) Prepend[expr, elem] gives expr with elem prepended.
PrimeNu
(Built-in Mathematica Symbol) PrimeNu[n] gives the number of distinct primes \[Nu](n) in n.
PrimeOmega[n] gives the number of prime factors counting multiplicities \[CapitalOmega](n) in n.
PrimePi
(Built-in Mathematica Symbol) PrimePi[x] gives the number of primes \[Pi] (x) less than or equal to x.
ProteinData["prot"] gives the reference amino acid sequence for the protein prot.ProteinData["prot", " property"] gives the value of the specified property for the protein ...
RadicalBox[x, n] is a low-level box construct that represents the displayed object Power[x, (n)^-1] in notebook expressions.
RamanujanTauZ[t] gives the Ramanujan tau Z-function Z(t).
RangeFilter[image, r] filters image by replacing every pixel by the difference of the maximum and minimum in its range r neighborhood. RangeFilter[data, r] applies a range ...
expr //. rules repeatedly performs replacements until expr no longer changes.