DynamicModule[{x, y, ...}, expr] represents an object which maintains the same local instance of the symbols x, y, ... in the course of all evaluations of Dynamic objects in ...
EdgeLabeling is an option for GraphPlot and related functions that specifies whether labeling specified for edges should be displayed by default.
EulerGamma is Euler's constant \[Gamma], with numerical value \[TildeEqual] 0.577216.
Exclusions is an option that specifies where to exclude in regions used by functions like Plot, Plot3D, and NIntegrate.
FieldHintStyle is an option for InputField that specifies the style to use for displaying the field hint.
FileNames[] lists all files in the current working directory. FileNames[form] lists all files in the current working directory whose names match the string pattern form. ...
FindArgMax[f, x] gives the position x_max of a local maximum of f.FindArgMax[f, {x, x_0}] gives the position x_max of a local maximum of f, found by a search starting from ...
FindArgMin[f, x] gives the position x_min of a local minimum of f.FindArgMin[f, {x, x_0}] gives the position x_min of a local minimum of f, found by a search starting from ...
FindEdgeCover[g] finds an edge cover of the graph g with a minimum number of edges.
FindGeneratingFunction[{a_1, a_2, ...}, x] attempts to find a simple generating function in x whose n\[Null]^th series coefficient is a_n.FindGeneratingFunction[{{n_1, a_1}, ...