CAssign[lhs, rhs] is a symbolic representation of an assignment statement.
UpdateNotebookStyles[] is a function that will add the styles and input aliases the Notation Package defines to your current notebook.UpdateNotebookStyles[notebook] will ...
int MLClearError (MLINK link) clears errors on link if possible.
StringDrop["string", n] gives " string" with its first n characters dropped. StringDrop["string", -n] gives " string" with its last n characters dropped. StringDrop["string", ...
FindEulerianCycle[g] finds an Eulerian cycle in the graph g if one exists.FindEulerianCycle[g, k] finds at most k Eulerian cycles.
SetAccuracy[expr, a] yields a version of expr in which all numbers have been set to have accuracy a.
DataSpacing is an option for PairwiseScatterPlot which specifies spacing between the subplots.
The functionality of Graphics`Legend` is now available from the newly created Plot Legends Package.
New method option "PrincipalValue" has been added to the NIntegrate function of the built-in Mathematica kernel. The add-on package is now available on the web at ...
SequenceHold is an attribute that specifies that Sequence objects appearing in the arguments of a function should not automatically be flattened out.