ExclusionsStyle is an option to plotting functions that specifies how to render subregions excluded according to Exclusions.
Exists
(Built-in Mathematica Symbol) Exists[x, expr] represents the statement that there exists a value of x for which expr is True. Exists[x, cond, expr] states that there exists an x satisfying the condition ...
Exit
(Built-in Mathematica Symbol) Exit[] terminates a Mathematica kernel session.
ExpandAll[expr] expands out all products and integer powers in any part of expr. ExpandAll[expr, patt] avoids expanding parts of expr that do not contain terms matching the ...
ExpandDenominator[expr] expands out products and powers that appear as denominators in expr.
Expand
(Built-in Mathematica Symbol) Expand[expr] expands out products and positive integer powers in expr. Expand[expr, patt] leaves unexpanded any parts of expr that are free of the pattern patt. >
ExpandNumerator[expr] expands out products and powers that appear in the numerator of expr.
As of Version 8.0, ExpectedValue has been superseded by Expectation and NExpectation.
ExpGammaDistribution[\[Kappa], \[Theta], \[Mu]] represents an exp-gamma distribution with shape parameter \[Kappa], scale parameter \[Theta], and location parameter \[Mu].
ExpIntegralE[n, z] gives the exponential integral function E_n (z).