MOL2
(Mathematica Import/Export Format) MIME type: chemical/x-mol2 Tripos MOL2 molecule model files. Used in cheminformatics applications and on the web for storing and exchanging 3D molecule models. Native format ...
TIFF
(Mathematica Import/Export Format) Registered MIME type: image/tiff TIFF raster image format. Commonly used in image manipulation applications, page layout applications, scanners and other imaging devices, and ...
TSV
(Mathematica Import/Export Format) MIME type: text/tab-separated-values TSV tabular data format. Stores records of numerical and textual information as lines, using tab characters to separate fields. TSV is an ...
XML
(Mathematica Import/Export Format) MIME type: text/xml XML general-purpose markup language and structured document format. Primarily used for the exchange of data across different systems in computer networks. ...
Abs
(Built-in Mathematica Symbol) Abs[z] gives the absolute value of the real or complex number z.
ActionMenu[name, {lbl_1 :> act_1, lbl_2 :> act_2, ...}] represents an action menu with label name and with items labeled lbl_i that evaluates the expression act_i if the ...
Animator[u] represents an object that displays with the value of u being continually increased from 0 to 1 with time. Animator[u, {u_min, u_max}] makes u vary from u_min to ...
BaselinePosition is an option that specifies where the baseline of an object is considered to be for purposes of alignment with surrounding text or other expressions.
BooleanMinimize[expr] finds a minimal-length disjunctive normal form representation of expr.BooleanMinimize[expr, form] finds a minimal-length representation for expr in the ...
CauchyDistribution[a, b] represents a Cauchy distribution with location parameter a and scale parameter b.