DegreeGraphDistribution[dlist] represents a degree graph distribution with vertex degree dlist.
DirectedGraph[g] gives a directed graph from the undirected graph g.DirectedGraph[g, conv] gives a directed graph using the conversion conv.
DiscreteDelta[n_1, n_2, ...] gives the discrete delta function \[Delta] (n_1, n_2, ...), equal to 1 if all the n_i are zero, and 0 otherwise.
DiscreteRatio[f, i] gives the discrete ratio f(i + 1)/f(i).DiscreteRatio[f, {i, n}] gives the multiple discrete ratio.DiscreteRatio[f, {i, n, h}] gives the multiple discrete ...
DistributionParameterAssumptions[dist] gives a logical expression for assumptions on parameters in the symbolic distribution dist.
Divisible[n, m] yields True if n is divisible by m, and yields False if it is not.
EndPackage[] restores $Context and $ContextPath to their values before the preceding BeginPackage, and prepends the current context to the list $ContextPath.
EulerGamma is Euler's constant \[Gamma], with numerical value \[TildeEqual] 0.577216.
FactorSquareFree[poly] pulls out any multiple factors in a polynomial.
FactorTerms[poly] pulls out any overall numerical factor in poly. FactorTerms[poly, x] pulls out any overall factor in poly that does not depend on x. FactorTerms[poly, {x_1, ...