Apply
(Built-in Mathematica Symbol) Apply[f, expr] or f @@ expr replaces the head of expr by f. Apply[f, expr, {1}] or f @@@ expr replaces heads at level 1 of expr by f.Apply[f, expr, levelspec] replaces heads ...
MIDI
(Mathematica Import/Export Format) MIME type: audio/midi Standard MIDI file format. Audio format. Used for controlling electronic musical instruments, computer sound cards, and sequencers. Stores a sequence of ...
String
(Built-in Mathematica Symbol) String is the head of a character string " text".
Text strings. The quotes are not included in standard Mathematica output form. In input form, the quotes are included.
All the functionality in DiscreteMath`ComputationalGeometry` is available through the new Computational Geometry Package.
The functionality is now available in built-in Mathematica kernel functions RSolve, ZTransform, and Sum. The built-in kernel function SeriesCoefficient now contains the ...
MeanChromatic is an interval list for the Mean Chromatic scale.
Abort
(Built-in Mathematica Symbol) Abort[] generates an interrupt to abort a computation.
DirichletTransform[expr, n, s] gives the Dirichlet transform of expr with respect to n.
FrontEndExecute[expr] sends expr to be executed by the Mathematica front end.