PalettePath is a global option that specifies which directories Mathematica searches for palettes on startup.
SpellingDictionariesPath is a global option that specifies which directories are searched for spelling dictionaries when the Edit \[FilledRightTriangle] Check Spelling menu ...
StyleSheetPath is a global option that specifies which directories Mathematica searches to find stylesheets.
__(two _characters) or BlankSequence[] is a pattern object that can stand for any sequence of one or more Mathematica expressions. __h or BlankSequence[h] can stand for any ...
p : v is a pattern object that represents an expression of the form p, which, if omitted, should be replaced by v.
Version 8.0 introduces new features to load functions from shared libraries, giving a new way to incorporate external code into Mathematica. It also adds support for GPU ...
MiniMaxApproximation[expr, {x, {x_0, x_1}, m, n}] finds the rational polynomial function of x, with numerator order m and denominator order n, that gives a mini-max ...
While most built-in Mathematica functions follow the standard evaluation procedure, some important ones do not. For example, most of the Mathematica functions associated with ...
CompilePrint[cfun] prints a human readable form of a compiled function.
Haversine[z] gives the haversine function hav(z).