int MLNextPacket (MLINK link) goes to the next packet on link and returns a constant to indicate its head.
PrimeQCertificate[n] gives a certificate that n is prime or that n is composite.
Graph6
(Mathematica Import/Export Format) Graph6 graph data format. Used for storing undirected graphs. ASCII format. Stores connectivity information for multiple undirected graphs. Suitable for small graphs or large ...
List
(Mathematica Import/Export Format) Column of numbers or strings. Stores a list of numbers or strings as lines. Plain text format. Is essentially a single-column version of the "Table" format.
Sparse6
(Mathematica Import/Export Format) sparse6 graph data format. Used for storing undirected graphs. ASCII format. Stores connectivity information for multiple undirected graphs. Suitable for large sparse graphs, ...
Assuming[assum, expr] evaluates expr with assum appended to $Assumptions, so that assum is included in the default assumptions used by functions such as Refine, Simplify, and ...
InterpolatingFunction[domain, table] represents an approximate function whose values are found by interpolation.
GeometricDistribution[p] represents a geometric distribution with probability parameter p.
GUIKit definitions are defined as a hierarchy of widgets, whether they are defined in the Mathematica expression format or in the XML format, GUIKitXML. A single ...
Histogram[{x_1, x_2, ...}] plots a histogram of the values x_i.Histogram[{x_1, x_2, ...}, bspec] plots a histogram with bin width specification bspec.Histogram[{x_1, x_2, ...