DownValues[f] gives a list of transformation rules corresponding to all downvalues defined for the symbol f.
E
(Built-in Mathematica Symbol) E is the exponential constant E (base of natural logarithms), with numerical value \[TildeEqual] 2.71828.
InexactNumberQ[expr] returns True if expr is an inexact real or complex number, and returns False otherwise.
InverseBetaRegularized[s, a, b] gives the inverse of the regularized incomplete beta function.
InverseGammaRegularized[a, s] gives the inverse of the regularized incomplete gamma function.
InverseHaversine[z] gives the inverse haversine function hav -1 (z).
Pi
(Built-in Mathematica Symbol) Pi is \[Pi], with numerical value \[TildeEqual] 3.14159.
PowerMod[a, b, m] gives a^b mod m. PowerMod[a, -1, m] finds the modular inverse of a modulo m.PowerMod[a, 1/r, m] finds a modular r\[Null]^th root of a.
PriceGraphDistribution[n, k, a] represents a de Solla Price graph distribution for n-vertex graphs where a new vertex with k edges is added at each step using attractiveness ...
Print
(Built-in Mathematica Symbol) Print[expr] prints expr as output.