Divide
(Built-in Mathematica Symbol) x/y or Divide[x, y] is equivalent to x y^-1.
FromCharacterCode[n] gives a string consisting of the character with integer code n. FromCharacterCode[{n_1, n_2, ...}] gives a string consisting of the sequence of ...
GeneratingFunction[expr, n, x] gives the generating function in x for the sequence whose n\[Null]^th series coefficient is given by the expression ...
InputPacket[] is a MathLink packet that indicates a prompt for input as generated by Input.
Insert
(Built-in Mathematica Symbol) Insert[list, elem, n] inserts elem at position n in list. If n is negative, the position is counted from the end. Insert[expr, elem, {i, j, ...}] inserts elem at position {i, ...
LinearOffsetFunction is an option for linear and generalized linear model fitting functions that specifies a component for the model that is to be assumed known.
Medium
(Built-in Mathematica Symbol) Medium is a style or option setting that specifies that objects should be medium sized.
MenuCommandKey is an option for cells that specifies the keyboard shortcut to be associated with a style listed in the Format \[FilledRightTriangle] Style submenu.
MenuPacket[integer, string] is a MathLink packet indicating a menu request with title string.
NMinValue[f, x] gives the minimum value of f with respect to x.NMinValue[f, {x, y, ...}] gives the minimum value of f with respect to x, y, .... NMinValue[{f, cons}, {x, y, ...