ImagePadding is an option for graphics functions that specifies what absolute extra padding should be left for extended objects such as thick lines and annotations such as ...
Infix
(Built-in Mathematica Symbol) Infix[f[e_1, e_2, ...]] prints with f[e_1, e_2, ...] given in default infix form: e_1~f~e_2~f~e_3 .... Infix[expr, h] prints with arguments separated by h: e_1 h e_2 h e_3 ...
Input
(Built-in Mathematica Symbol) Input[] interactively reads in one Mathematica expression. Input[prompt] requests input, displaying prompt as a "prompt".Input[prompt, init] in a notebook front end uses init ...
InverseFunctions is an option for Solve and related functions that specifies whether inverse functions should be used.
Khinchin is Khinchin's constant, with numerical value \[TildeEqual] 2.68545.
Language is a global option that specifies the language in which menus, dialog boxes, error messages, and help files are displayed.
LaunchKernels[] launches all currently configured parallel subkernels.LaunchKernels[n] launches n local subkernels on the current computer.LaunchKernels[des] launches a ...
LeafCount[expr] gives the total number of indivisible subexpressions in expr.
MinimalStateSpaceModel[ss] gives the minimal state-space model of the StateSpaceModel object ss.
MovingAverage[list, r] gives the moving average of list, computed by averaging runs of r elements.MovingAverage[list, {w_1, w_2, ..., w_r}] gives the moving average of list, ...