DiracDelta[x] represents the Dirac delta function \[Delta](x). DiracDelta[x_1, x_2, ...] represents the multidimensional Dirac delta function \[Delta](x_1, x_2, ...).
DirectedEdge[u, v] or u \[DirectedEdge] v represents a directed edge from u to v.
DirectedEdges is an option for Graph, GraphPlot, and related functions that specifies whether edges should be taken to be directed.
DirectedGraph[g] gives a directed graph from the undirected graph g.DirectedGraph[g, conv] gives a directed graph using the conversion conv.
DirectedGraphQ[g] yields True if the graph g is a directed graph and False otherwise.
DirectedInfinity[] represents an infinite numerical quantity whose direction in the complex plane is unknown. DirectedInfinity[z] represents an infinite numerical quantity ...
Direction is an option for Limit that specifies the direction in which the limit is taken.
Directive[g_1, g_2, ...] represents a single graphics directive composed of the directives g_1, g_2, ....
DirectoryName["name"] extracts the directory name from the specification for a file.
Directory[] gives the current working directory.