FunctionInterpolation[expr, {x, x_min, x_max}] evaluates expr with x running from x_min to x_max and constructs an InterpolatingFunction object which represents an ...
GainMargins[sys] gives the gain margins of the linear time-invariant system sys.
Gather
(Built-in Mathematica Symbol) Gather[list] gathers the elements of list into sublists of identical elements.Gather[list, test] applies test to pairs of elements to determine if they should be considered ...
GenerateConditions is an option for Integrate, Sum, and similar functions that specifies whether explicit conditions on parameters should be generated in the result.
HarmonicNumber[n] gives the n\[Null]^th harmonic number H_n. HarmonicNumber[n, r] gives the harmonic number H_n^(r) of order r.
InitializationCell is an option for Cell that specifies whether the cell should be tagged to be evaluated by the Mathematica kernel when the notebook that contains it is ...
InterpolationPoints is an option to SmoothKernelDistribution and FunctionInterpolation that specifies the initial number of interpolation points to use.
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.
LibraryLoad[lib] loads the dynamic library lib into the Mathematica runtime.