CatalanNumber[n] gives the n\[Null]^th Catalan number C_n.
This example displays a modeless dialog that shows how to auto-event from text field changes. Specifically, this provides a simple interface for the Names [] function and ...
NumberFormat is an option for NumberForm and related functions that specifies how the mantissa, base, and exponent should be assembled into a final print form.
MOL
(Mathematica Import/Export Format) MIME type: chemical/x-mdl-molfile MDL molecule model files. Used in cheminformatics applications and on the web for storing and exchanging 3D molecule models. Plain text ...
NASACDF
(Mathematica Import/Export Format) MIME type: application/x-cdf CDF data file format. General-purpose, self-describing format for storing multidimensional datasets. Used for storage, management, and exchange ...
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. ...
WeatherData[loc, " property"] gives the most recent measurement for the specified weather property at the location corresponding to loc.WeatherData[loc, " property", date] ...
AbortKernels[] aborts evaluations running in all parallel subkernels.
DirectedGraph[g] gives a directed graph from the undirected graph g.DirectedGraph[g, conv] gives a directed graph using the conversion conv.
FindVertexCover[g] finds a vertex cover of the graph g with a minimum number of vertices.