BZIP2
(Mathematica Import/Export Format) MIME type: application/x-bzip2. BZIP2 compression method and file format. General-purpose lossless compression method. Occasionally used for archiving data on Unix systems ...
UUE
(Mathematica Import/Export Format) Unix uuencoding format. Encodes binary data as a sequence of printable ASCII characters. Commonly used for the transmission of binary content by email. The name uuencode is ...
AlternatingGroup[n] represents the alternating group of degree n.
AlternativeHypothesis is an option for hypothesis testing functions like LocationTest that specifies the alternative hypothesis.
AnnuityDue[p, t] represents an annuity due of fixed payments p made over t periods.AnnuityDue[p, t, q] represents a series of payments occurring at time intervals ...
Assert
(Built-in Mathematica Symbol) Assert[test] represents the assertion that test is True. If assertions have been enabled, test is evaluated when the assertion is encountered. If test is not True, then an ...
BarabasiAlbertGraphDistribution[n, k] represents a Barabasi\[Dash]Albert graph distribution for n-vertex graphs where a new vertex with k edges is added at each step.
ButtonBar[{lbl_1 :> act_1, lbl_2 :> act_2, ...}] represents a bar of buttons with labels lbl_i that perform actions act_i when pressed.
CapForm
(Built-in Mathematica Symbol) CapForm[type] is a graphics primitive that specifies what type of caps should be used at the ends of lines, tubes, and related primitives.
CompleteGraphQ[g] yields True if the graph g is a complete graph, and False otherwise.CompleteGraphQ[g, vlist] yields True if the subgraph induced by vlist is a complete ...