GRIB
(Mathematica Import/Export Format) GRIB scientific data file format. Self-describing format for exchanging scientific data. Commonly used in meteorology to store historical and forecast weather data. ...
Maya
(Mathematica Import/Export Format) Autodesk Maya scene description format. 3D geometry format. Native format of the Maya modeling, animation, and rendering software. Used for storage and interchange of 3D ...
XPORT
(Mathematica Import/Export Format) MIME type: application/x-sas-xport SAS XPORT transport format. Legacy data exchange format. Stores numerical datasets in a portable format. Text format. Developed in the late ...
AlgebraicIntegerQ[a] yields True if a is an algebraic integer, and yields False otherwise.
BattleLemarieWavelet[] represents the Battle-Lemarié wavelet of order 3.BattleLemarieWavelet[n] represents the Battle-Lemarié wavelet of order n evaluated on equally spaced ...
BinaryRead[stream] reads one byte of raw binary data from an input stream, and returns an integer from 0 to 255. BinaryRead[stream, type] reads an object of the specified ...
BlockRandom[expr] evaluates expr with all pseudorandom generators localized, so that uses of SeedRandom, RandomInteger, and related functions within the evaluation of expr do ...
Button
(Built-in Mathematica Symbol) Button[label, action] represents a button that is labeled with label, and evaluates action whenever it is clicked.
CoifletWavelet[] represents a Coiflet wavelet of order 2.CoifletWavelet[n] represents a Coiflet wavelet of order n.
ControlActive[act, norm] evaluates to act if a control that affects act is actively being used, and to norm otherwise.