MaxStepFraction is an option to functions like NDSolve that specifies the maximum fraction of the total range to cover in a single step.
OddQ
(Built-in Mathematica Symbol) OddQ[expr] gives True if expr is an odd integer, and False otherwise.
p : v is a pattern object that represents an expression of the form p, which, if omitted, should be replaced by v.
--x decreases the value of x by 1, returning the new value of x.
++x increases the value of x by 1, returning the new value of x.
Protected is an attribute which prevents any values associated with a symbol from being modified.
SelectionEvaluateCreateCell[notebook] takes the current selection in a notebook and creates a new cell containing the result obtained by evaluating the contents of the ...
StyleDefinitions is an option for notebooks that gives definitions for the styles that can be used in a notebook.
TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.
TraceAbove is an option for Trace and related functions which specifies whether to include evaluation chains which contain the evaluation chain containing the pattern form ...