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 ...
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 ...
TTest
(Built-in Mathematica Symbol) TTest[data] tests whether the mean of data is zero. TTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.TTest[dspec, \[Mu]_0] tests the mean ...
OpenCLInformation[] gives all information about OpenCL platforms and devices on the system.OpenCLInformation[platform] gives information on OpenCL platform and about its ...
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 ...
CompilePrint[cfun] prints a human readable form of a compiled function.
Haversine[z] gives the haversine function hav(z).
void MTensor_free () is a library callback function that frees an MTensor.