MenuCommandKey is an option for cells that specifies the keyboard shortcut to be associated with a style listed in the Format \[FilledRightTriangle] Style submenu.
Minus
(Built-in Mathematica Symbol) -x is the arithmetic negation of x.
NotebookPath is a global option that determines which directories are searched when a specified notebook is needed.
OwenT
(Built-in Mathematica Symbol) OwenT[x, a] gives Owen's T function T(x, a).
PreferencesPath is a global option that specifies which directories are searched for user-specific settings when Mathematica is started.
SawtoothWave[x] gives a sawtooth wave that varies from 0 to 1 with unit period.SawtoothWave[{min, max}, x] gives a sawtooth wave that varies from min to max with unit period.
SquareWave[x] gives a square wave that alternates between +1 and -1 with unit period.SquareWave[{y_1, y_2}, x] gives a square wave that alternates between y_1 and y_2 with ...
ToRules
(Built-in Mathematica Symbol) ToRules[eqns] takes logical combinations of equations, in the form generated by Roots and Reduce, and converts them to lists of rules, of the form produced by Solve.
TriangleWave[x] gives a triangle wave that varies between -1 and +1 with the unit period.TriangleWave[{min, max}, x] gives a triangle wave that varies between min and max ...
UnitBox
(Built-in Mathematica Symbol) UnitBox[x] represents the unit box function, equal to 1 for |x| <= 1/2 and 0 otherwise.UnitBox[x_1, x_2, ...] represents the multidimensional unit box function, equal to 1 if ...