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 ...
DiscreteIndicator[x, x_1, {u_1, u_2, ...}] yields the discrete indicator function, equal to 1 if x = x_1 and 0 if x = u_i for any i.
DynamicModuleValues is an option for DynamicModule that stores downvalues of local symbols.
DynamicSetting[e] represents an object which displays as e, but is interpreted as the dynamically updated current value of Setting[e] if supplied as Mathematica ...
False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.
FindLibrary[lib] finds a dynamic library that can be loaded by LibraryFunctionLoad.
GreaterEqualLess[x, y, ...] displays as x \[GreaterEqualLess] y \[GreaterEqualLess] ....
HoldFirst is an attribute which specifies that the first argument to a function is to be maintained in an unevaluated form.
HoldRest is an attribute which specifies that all but the first argument to a function are to be maintained in an unevaluated form.
Hyperfactorial[n] gives the hyperfactorial function H(n).