Definition[symbol] prints as the definitions given for a symbol.
DegreeCentrality[g] gives a list of vertex degrees for the vertices in the underlying simple graph of g. DegreeCentrality[g, "InDegree"] gives a list of vertex ...
DegreeGraphDistribution[dlist] represents a degree graph distribution with vertex degree dlist.
Degree
(Built-in Mathematica Symbol) Degree gives the number of radians in one degree. It has a numerical value of \[Pi]/180.
Deinitialization is an option for Dynamic, DynamicModule, Manipulate, and related constructs that specifies an expression to be evaluated when the construct can no longer be ...
Deletable is an option for Cell that specifies whether the cell can be deleted interactively using the front end.
DeleteBorderComponents[image] replaces connected components adjacent to the border in a binary image image with background pixels.DeleteBorderComponents[m] replaces ...
DeleteCases[expr, pattern] removes all elements of expr that match pattern. DeleteCases[expr, pattern, levelspec] removes all parts of expr on levels specified by levelspec ...
DeleteContents is an option for DeleteDirectory that specifies whether the contents of directories should automatically be deleted.
DeleteDirectory["dir"] deletes the specified directory.