All the functionality of Utilities`Notation` is now available in the newly created Notation Package.
AbortQ
(Mathematica LibraryLink C Function) mint AbortQ () returns TRUE if Mathematica is in the process of an abort.
Format
(Built-in Mathematica Symbol) Format[expr] prints as the formatted form of expr. Assigning values to Format[expr] defines print forms for expressions. Format[expr, form] gives a format for the specified ...
ControllabilityMatrix[ss] gives the controllability matrix of the StateSpaceModel object ss.
CopyToClipboard[expr] replaces the contents of the clipboard with expr.
All the functionality in DiscreteMath`ComputationalGeometry` is available through the new Computational Geometry Package.
CurveClosed is an option for JoinedCurve that specifies whether individual curve components should be closed curves.
GeoProjectionData["projection", " property"] gives the value of the specified property for the specified cartographic projection.GeoProjectionData["projection"] gives the ...
FindThreshold[image] finds a global threshold value that partitions the intensity values in image into two intervals.
IndexGraph[g] replaces the vertices of the graph g by its vertex indexes. IndexGraph[g, r] replaces the vertices with integers r, r + 1, ....