All the functionality of NumericalMath`NLimit` is now available in the newly created Numerical Calculus Package.
All the functionality of NumericalMath`SplineFit`is now available in the newly created Splines Package.
PieCharts`
(Mathematica Compatibility Information) As of Version 7, the Pie Charts Package has been integrated into the Mathematica kernel.
All the functionality of Utilities`Notation` is now available in the newly created Notation Package.
AllPoints
(Computational Geometry Package Symbol) AllPoints is an option to ConvexHull that specifies whether all distinct points on the hull or only the minimum set of points needed to define the hull are returned.
IdealDivide[x, y] gives the correctly rounded result of x divided by y involving a single rounding error.
MachineError[f, x -> a] gives the error involved in evaluating f at x = a using machine arithmetic.
Truncation is a setting for the option RoundingRule of SetArithmetic that specifies rounding by discarding excess digits.
BesselSimplify[expr] transforms Bessel functions in expr, trying to either decrease the number of Bessel functions, or convert Bessel functions into more elementary functions.
FromPackedArray[expr] unpacks expr so that its internal representation is not a packed array.