False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.
HoldRest is an attribute which specifies that all but the first argument to a function are to be maintained in an unevaluated form.
LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
Reverse
(Built-in Mathematica Symbol) Reverse[expr] reverses the order of the elements in expr. Reverse[expr, n] reverses elements at level n in expr.Reverse[expr, {n_1, n_2, ...}] reverses elements at levels ...
True
(Built-in Mathematica Symbol) True is the symbol for the Boolean value true.
Converting power series to normal expressions. Power series in Mathematica are represented in a special internal form, which keeps track of such attributes as their expansion ...
Mathematica usually keeps the elements of a list in exactly the order you originally entered them. If you want to treat a Mathematica list like a mathematical set, however, ...
NoncentralChiSquareDistribution[\[Nu], \[Lambda]] represents a noncentral \[Chi]^2 distribution with \[Nu] degrees of freedom and noncentrality parameter \[Lambda].
GammaDistribution[\[Alpha], \[Beta]] represents a gamma distribution with shape parameter \[Alpha] and scale parameter \[Beta].GammaDistribution[\[Alpha], \[Beta], \[Gamma], ...
NonlinearModelFit[{y_1, y_2, ...}, form, {\[Beta]_1, ...}, x] constructs a nonlinear model with structure form that fits the y_i for successive x values 1, 2, ... using the ...