$SyntaxHandler is a global variable which, if set, is applied to any input string that is found to contain a syntax error.
Apart
(Built-in Mathematica Symbol) Apart[expr] rewrites a rational expression as a sum of terms with minimal denominators. Apart[expr, var] treats all variables other than var as constants.
Mathematica has immediate built-in access to current and historical financial and economic data.
Paneled
(Built-in Mathematica Symbol) Paneled is an option for Manipulate and related functions that specifies whether to give the output inside a panel.
Polygon
(Built-in Mathematica Symbol) Polygon[{pt_1, pt_2, ...}] is a graphics primitive that represents a filled polygon. Polygon[{{pt_11, pt_12, ...}, {pt_21, ...}, ...}] represents a collection of polygons.
PrimeNu
(Built-in Mathematica Symbol) PrimeNu[n] gives the number of distinct primes \[Nu](n) in n.
PrimeOmega[n] gives the number of prime factors counting multiplicities \[CapitalOmega](n) in n.
Sometimes you may want to set up functions where certain arguments, if omitted, are given "default values". The pattern x_:v stands for an object that can be omitted, and if ...
ProbabilityScalePlot[{x_1, x_2, ...}] generates a normal probability plot of the samples x_i. ProbabilityScalePlot[{x_1, x_2, ...}, " dist"] generates a probability plot ...
When you use //N to get a numerical result, Mathematica does what a standard calculator would do: it gives you a result to a fixed number of significant figures. You can also ...