SND
(Mathematica Import/Export Format) Registered MIME type: audio/basic SND audio format. Used for digital audio in computer and telecommunication systems and on the web. Supports a variety of audio codecs, ...
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 ...
WAV
(Mathematica Import/Export Format) MIME type: audio/x-wav Microsoft WAV audio format. Used for storage and interchange of audio data on Windows, in audio recording and processing, and on the web. Binary file ...
ZIP
(Mathematica Import/Export Format) Registered MIME type: application/zip Popular data compression and archival format. Used to reduce storage space and transfer times. Binary format. Can contain multiple ...
ImageData[image] gives the array of pixel values in image.ImageData[image, " type"] gives the array of pixel values converted to the specified type.
Radon
(Built-in Mathematica Symbol) Radon[image] gives an image representing the discrete Radon transform of image.Radon[image, {w, h}] specifies the width w and the height h of the resulting image.Radon[image, ...
SetAccuracy[expr, a] yields a version of expr in which all numbers have been set to have accuracy a.
Unequal
(Built-in Mathematica Symbol) lhs != rhs or lhs != rhs returns False if lhs and rhs are identical.
Union
(Built-in Mathematica Symbol) Union[list_1, list_2, ...] gives a sorted list of all the distinct elements that appear in any of the list_i. Union[list] gives a sorted version of a list, in which all ...
$MachineEpsilon gives the difference between 1.0 and the next-nearest number representable as a machine-precision number.