EvaluatorNames is a global option that specifies the kernels that are currently configured to perform evaluations.
Evaluator is an option for objects such as Button, Dynamic, and Cell that gives the name of the kernel to use to evaluate their contents.
EvenQ
(Built-in Mathematica Symbol) EvenQ[expr] gives True if expr is an even integer, and False otherwise.
EventHandler[expr, {"event_1" :> action_1, "event_2" :> action_2, ...}] displays as expr, evaluating action_i whenever "event_i" occurs in connection with expr.
EventLabels is an option to CandlestickChart, KagiChart, and similar functions that specifies events to labels.
ExactNumberQ[expr] returns True if expr is an exact real or complex number, and returns False otherwise.
ExampleData["type"] gives a list of names of examples of the specified type.ExampleData[{" type", " name"}] gives the default form of the named example of the specified ...
ExcludedForms is an option for FullSimplify which can be set to a list of patterns for expressions that should not be touched if they are encountered at intermediate steps in ...
ExcludePods is an option to WolframAlpha that specifies pod IDs to exclude from the results.
Exclusions is an option that specifies where to exclude in regions used by functions like Plot, Plot3D, and NIntegrate.