All the functionality of Utilities`Notation` is now available in the newly created Notation Package.
SystemInformation gives detailed information about your Mathematica system. "Packages & Files" under the Kernel tab gives information about the packages currently loaded into ...
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.
ConvexHullArea[{{x_1, y_1}, ..., {x_n, y_n}}] gives the area of the convex hull of the bivariate data.
MachineError[f, x -> a] gives the error involved in evaluating f at x = a using machine arithmetic.
NaN
(Computer Arithmetic Package Symbol) NaN is the symbol used by the functions in the Computer Arithmetic Package to represent a nonrepresentable number.
RoundToEven is a setting for the option RoundingRule of SetArithmetic that specifies rounding to the nearest representable number and, in the case of a tie, rounding to the ...
RoundToInfinity is a setting for the option RoundingRule of SetArithmetic that specifies rounding to the nearest representable number and, in the case of a tie, rounding away ...
Truncation is a setting for the option RoundingRule of SetArithmetic that specifies rounding by discarding excess digits.
Ulps
(Computer Arithmetic Package Symbol) Ulps is a unit of error in machine arithmetic.