EdgeIndex[g, e] gives the integer index for the edge e in the graph g.
EnterExpressionPacket[expr] is a MathLink packet that requests the evaluation of expr.
EnterTextPacket[string] is a MathLink packet that requests the parsing and evaluation of string as an expression.
EvaluatePacket[expr] is a MathLink packet requesting evaluation of expr.
EventHandler[expr, {"event_1" :> action_1, "event_2" :> action_2, ...}] displays as expr, evaluating action_i whenever "event_i" occurs in connection with expr.
ExpIntegralEi[z] gives the exponential integral function Ei(z).
FieldMasked is an option to InputField that determines whether to mask user input.
General
(Built-in Mathematica Symbol) General is a symbol to which general system messages are attached.
HankelMatrix[n] gives the n*n Hankel matrix with first row and first column being successive integers.HankelMatrix[{c_1, c_2, ..., c_n}] gives the Hankel matrix whose first ...
HypercubeGraph[n] gives the n-dimensional hypercube graph Q_n.