TLE
(Mathematica Import/Export Format) TLE geospatial file format. Satellite data format. Stores Keplerian parameters of satellite orbits. TLE is an acronym for Two Line Element. ASCII format. Developed by the ...
PairedBarChart[{y_1, y_2, ...}, {z_1, z_2, ...}] makes a paired bar chart with bar lengths y_1, y_2, ... and z_1, z_2, ..., respectively.PairedBarChart[{..., w_i[y_i, ...], ...
$ProcessorCount gives the number of processor cores available on the computer system on which Mathematica is being run.
Widget["RadioButton"] represents a radio button.
PDB
(Mathematica Import/Export Format) MIME type: chemical/x-pdb Protein Data Bank PDB files. 3D molecular model file. Used in bioinformatics applications and on the web for storing and exchanging molecule models. ...
CapitalDifferentialD[x] displays as \[CapitalDifferentialD]x.
Text
(Mathematica Import/Export Format) Plain text file. Universal format for storage and exchange of textual information. Represents text as a sequence of characters and line separators. Stores characters as ...
BoxWhiskerChart[{x_1, x_2, ...}] makes a box-and-whisker chart for the values x_i.BoxWhiskerChart[{x_1, x_2, ...}, bwspec] makes a chart with box-and-whisker symbol ...
FileFormat["name"] attempts to determine what Import format could be used to import the file corresponding to " name".
ParallelMap[f, expr] applies f in parallel to each element on the first level in expr.ParallelMap[f, expr, levelspec] applies f in parallel to parts of expr specified by ...