Sequence of unsigned 32-bit integers. Raw binary format. Equivalent to the Byte format.
Sequence of 8-bit characters. Raw binary format.
Real32
(Mathematica Import/Export Format) Uniform sequence of IEEE single-precision numbers. Binary data format.
Real64
(Mathematica Import/Export Format) Uniform sequence of IEEE double-precision numbers. Binary data format.
Sequence of 16-bit characters. Raw binary format.
Uniform sequence of IEEE double-precision complex numbers. Binary data format.
Uniform sequence of IEEE quad-precision complex numbers. Binary data format.
Uniform sequence of IEEE single-precision complex numbers. Binary data format.
Real128
(Mathematica Import/Export Format) Uniform sequence of IEEE quad-precision numbers. Binary data format.
DumpSave["file.mx", symbol] writes definitions associated with a symbol to a file in internal Mathematica format. DumpSave["file.mx", " context`"] writes out definitions ...