Install Palette opens a dialog to install a palette notebook in the correct location in the Mathematica layout.
OutputForm converts the selection to Mathematica OutputForm.
Raw InputForm converts the selection to Mathematica raw InputForm.
MathematicaScript is an interpreter for standalone executable Mathematica scripts.
AbsolutePointSize[d] is a graphics directive which specifies that points which follow are to be shown if possible as circular regions with absolute diameter d.
AiryBiZero[k] represents the k\[Null]^th zero of the Airy function Bi(x).AiryBiZero[k, x_0] represents the k\[Null]^th zero less than x_0.
Annotation[expr, data] represents an expression expr, with annotation data.Annotation[expr, data, " type"] specifies the type of annotation being given.
AutoOpenPalettes is a global option that specifies the palettes that are automatically opened when Mathematica is started.
Begin
(Built-in Mathematica Symbol) Begin["context`"] resets the current context.
ContinuedFractionK[f, g, {i, i_min, i_max}] represents the continued fraction \[CapitalKappa]_i = i_min^i_max f/g.ContinuedFractionK[g, {i, i_min, i_max}] represents the ...