The user interface for Mathematica provides many options for formatting input and output.
Abort
(Built-in Mathematica Symbol) Abort[] generates an interrupt to abort a computation.
ControlPlacement is an option for Manipulate, TabView, and other control objects that specifies where controls should be placed.
Names
(Built-in Mathematica Symbol) Names["string"] gives a list of the names of symbols which match the string. Names[patt] gives a list of names matching the arbitrary string pattern patt.
NextPrime[n] gives the next prime above n.NextPrime[n, k] gives the k\[Null]^th prime above n.
PrimitiveRoot[n] gives the smallest primitive root of n.
TopologicalSort[g] gives a list of vertices of g in topologically sorted order for a directed acyclic graph g.
DatabaseLink provides functions for working with data stored in tables in SQL databases. Operations such as searching, inserting, and deleting are supported. They also ...
In Mathematica, dialog boxes are customized notebooks used to provide users with information and/or request user input. There are two properties associated with dialogs. ...
DivisorSigma[k, n] gives the divisor function \[Sigma]_k (n).