RowAlignments is an option for the low-level function GridBox that specifies how entries in each row should be aligned.
ShowClosedCellArea is an option for cells that specifies whether a rectangular bar is displayed next to a closed cell group to indicate the number of cells in the group.
SpanCharacterRounding is an option for selections that specifies the method used for rounding a spanning character when its size is to be adjusted.
StyleMenuListing is an option for cells that specifies whether a given cell style is listed in the Format \[FilledRightTriangle] Style submenu.
$Context is a global variable that gives the current context.
$Packages gives a list of the contexts corresponding to all packages which have been loaded in your current Mathematica session.
$PerformanceGoal gives the default setting for the option PerformanceGoal for graphics and other algorithmic functions.
Product
(Built-in Mathematica Symbol) Product[f, {i, i_max}] evaluates the product \[Product]i = 1 i_max f. Product[f, {i, i_min, i_max}] starts with i = i_min. Product[f, {i, i_min, i_max, di}] uses steps di. ...
Refine
(Built-in Mathematica Symbol) Refine[expr, assum] gives the form of expr that would be obtained if symbols in it were replaced by explicit numerical expressions satisfying the assumptions assum. ...
Supporting a large number of numerical integration methods for differential equations is a lot of work. In order to cut down on maintenance and duplication of code, common ...