PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.
$KernelCount gives the number of subkernels available for parallel computations.
MultipleListPlot is replaced by ListPlot and ListLinePlot, which now accept multiple sets of data. Dashing[{Dot,Dash,LongDash}] is replaced with ...
Erf
(Built-in Mathematica Symbol) Erf[z] gives the error function erf(z). Erf[z_0, z_1] gives the generalized error function erf(z_1) - erf(z_0).
ExpIntegralEi[z] gives the exponential integral function Ei(z).
FixedPointList[f, expr] generates a list giving the results of applying f repeatedly, starting with expr, until the results no longer change.
FractionalPart[x] gives the fractional part of x.
FresnelC[z] gives the Fresnel integral C(z).
FresnelS[z] gives the Fresnel integral S(z).
HermiteH[n, x] gives the Hermite polynomial H_n (x).