Sequence[expr_1, expr_2, ...] represents a sequence of arguments to be spliced automatically into any function.
___(three _characters) or BlankNullSequence[] is a pattern object that can stand for any sequence of zero or more Mathematica expressions. ___h or BlankNullSequence[h] can ...
ChartElementFunction is an option for charting functions such as BarChart that gives a function to use to generate the primitives for rendering each chart element.
The differential equations that arise in modern applications often have discontinuous coefficients. DSolve can handle a wide variety of such ODEs with piecewise coefficients. ...
"Interrupting Calculations" describes how you can interrupt a Mathematica computation by pressing appropriate keys on your keyboard. In some cases, you may want to simulate ...
The library now fully supports the Unicode character encoding forms UTF-8, UTF-16, and UTF-32. Use the following new API functions to put or get Unicode characters to or from ...
All the functionality of NumericalMath`Microscope` is now available in the newly created Computer Arithmetic Package. The function Microscope has been renamed MicroscopePlot. ...
MinimumVertexCover[g] finds a minimum vertex cover of graph g.
As of Version 7, the Histograms Package has been integrated into the Mathematica kernel.
Blank
(Built-in Mathematica Symbol) _or Blank[] is a pattern object that can stand for any Mathematica expression. _h or Blank[h] can stand for any expression with head h.