EmitSound[snd] emits the sound snd when evaluated. EmitSound[{snd_1, snd_2, ...}] emits each of the sounds snd_i in sequence.
EmptyGraphQ[g] yields True if g is an empty graph and False otherwise.
Enabled
(Built-in Mathematica Symbol) Enabled is an option for objects such as Slider that specifies whether the objects should be enabled for interactive manipulation.
ExtendedGCD[n_1, n_2, ...] gives the extended greatest common divisor of the integers n_i.
FileBaseName["file"] gives the base name for a file without its extension.
FileNameSplit["filename"] splits a file name into a list of parts.
FileNameTake["name"] gives the last path element in the file name " name".FileNameTake["name", n] gives the first n path elements in the file name " ...
FinancialIndicator["ind", par_1, par_2, ...] represents a financial indicator " ind" with parameters par_1, par_2, etc.
FindClique[g] finds a clique with maximum number of vertices in the graph g.
FindLinearRecurrence[list] finds if possible the minimal linear recurrence that generates list.FindLinearRecurrence[list, d] finds if possible the linear recurrence of ...