Real128—Wolfram Documentation
Background & Context
-
- Uniform sequence of IEEE quad-precision numbers.
- Binary data format.
Import & Export
- Import["file","Real128"] imports any file as 128-bit IEEE quad-precision numbers, returning a packed array of real numbers.
- Export["file",list,"Real128"] exports a list of real numbers to file.
- Import["file",{"Real128",elem}] or Import["file",elem ] imports the specified element from file.
- Import["file",{"Real128",{elem1,elem2,…}}] imports multiple elements.
- See the following reference pages for full general information:
-
Import, Export import from or export to a file CloudImport, CloudExport import from or export to a cloud object ImportString, ExportString import from or export to a string ImportByteArray, ExportByteArray import from or export to a byte array
Options
- General option:
-
ByteOrdering $ByteOrdering what byte ordering to use - Import option:
-
"HeaderBytes" 0 how many bytes to skip at the beginning of the file
Examples
History
Introduced in 2004 (5.1) | Updated in 2007 (6.0)