Wave64
(Mathematica Import/Export Format) Sony Wave64 audio format. Promoted under the name Sony Pictures Digital Wave 64. Designed to overcome the 4 GB file size limit of the Microsoft WAV format. Binary file ...
NMaximize[f, x] maximizes f numerically with respect to x.NMaximize[f, {x, y, ...}] maximizes f numerically with respect to x, y, .... NMaximize[{f, cons}, {x, y, ...}] ...
NMinimize[f, x] minimizes f numerically with respect to x.NMinimize[f, {x, y, ...}] minimizes f numerically with respect to x, y, .... NMinimize[{f, cons}, {x, y, ...}] ...
ContourShading is an option for contour plots that specifies how the regions between contour lines should be shaded.
symbol::tag is a name for a message.
Sinc
(Built-in Mathematica Symbol) Sinc[z] gives sinc(z).
CAssign[lhs, rhs] is a symbolic representation of an assignment statement.
MultivariateTrimmedMean[matrix, f] gives the mean of the bivariate data matrix after dropping a fraction f of the outermost vectors.
WDX
(Mathematica Import/Export Format) Mathematica WDX data format. Used by the Mathematica system for storing and exchanging expressions and data. WDX is an acronym derived from Wolfram Data Exchange. Binary ...
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.