Arrow has been added to the built-in Mathematica kernel. New directive Arrowheads has been added to the built-in Mathematica kernel.
ConvexHullArea[{{x_1, y_1}, ..., {x_n, y_n}}] gives the area of the convex hull of the bivariate data.
Ray
(Computational Geometry Package Symbol) Ray[{x_1, y_1}, {x_2, y_2}] is an object representing the infinite ray beginning at {x_1, y_1}in the direction of the point {x_2, y_2}.
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.
Ulps
(Computer Arithmetic Package Symbol) Ulps is a unit of error in machine arithmetic.
FromPackedArray[expr] unpacks expr so that its internal representation is not a packed array.
ExtensionDegree[f] gives the degree of the extension of the field f over its base field.
FieldIrreducible[f, s] gives the irreducible polynomial in the symbol s associated with the field f.