Uniform sequence of signed 16-bit integers. Binary data format.
RTF
(Mathematica Import/Export Format) MIME type: application/rtf RTF document file format. Used for cross-platform exchange of formatted text documents. Supported by most word processors. RTF is an acronym for ...
Antialiasing is a Style option which specifies whether antialiasing should be done in rendering graphics.
BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.
ContourStyle is an option for contour plots that specifies the style in which contour lines or surfaces should be drawn.
CramerVonMisesTest[data] tests whether data is normally distributed using the Cramér\[Dash]von Mises test.CramerVonMisesTest[data, dist] tests whether data is distributed ...
Definition[symbol] prints as the definitions given for a symbol.
Divisible[n, m] yields True if n is divisible by m, and yields False if it is not.
ExportString[expr, " format"] generates a string corresponding to expr exported in the specified format. ExportString[rules, {"format", "Rules"}] gives explicit rules for ...
ImageCorrespondingPoints[image_1, image_2] finds a set of matching interest points in image_1 and image_2 and returns their pixel coordinates.