WeightRange is an option to the functions SetEdgeWeights and SetVertexWeights that gives the range for these weights.
Wheel
(Combinatorica Package Symbol) Wheel[n] constructs a wheel on n vertices, which is the join of CompleteGraph[1] and Cycle[n - 1].
Zoom
(Combinatorica Package Symbol) Zoom[{i, j, k, ...}] is a value that the PlotRange option can take on in ShowGraph. Setting PlotRange to this value zooms the display to contain the specified subset of ...
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.
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.
CompileEvaluate[expr] compiles expr and then evaluates the resulting compiled code.