Name
(GUIKit Package Symbol) Name is an option to GUIKit expression functions and identifies a string name with which to register the widget instance in the active widget registry.
AllPairsShortestPath[g] gives a matrix, where the (i, j)\[Null]^th entry is the length of a shortest path in g between vertices i and j. AllPairsShortestPath[g, Parent] ...
BinarySearch[l, k] searches sorted list l for key k and gives the position of l containing k, if k is present in l. Otherwise, if k is absent in l, the function returns (p + ...
Edges
(Combinatorica Package Symbol) Edges[g] gives the list of edges in g. Edges[g, All] gives the edges of g along with the graphics options associated with each edge. Edges[g, EdgeWeight] returns the list of ...
GridGraph[n, m] constructs an n*m grid graph, the product of paths on n and m vertices. GridGraph[p, q, r] constructs a p*q*r grid graph, the product of GridGraph[p, q] and a ...
All the functionality in DiscreteMath`ComputationalGeometry` is available through the new Computational Geometry Package.
New function BesselJZero has been added to the built-in Mathematica kernel. New function BesselYZero has been added to the built-in Mathematica kernel. ...
ConvexHull
(Computational Geometry Package Symbol) ConvexHull[{{x_1, y_1}, {x_2, y_2}, ...}] yields the planar convex hull of the points {{x_1, y_1}, ...}, represented as a list of point indices arranged in counterclockwise ...
Ulp
(Computer Arithmetic Package Symbol) Ulp[x] gives the size of an ulp for numbers near x.
PackedArrayQ[expr] returns True if expr is a packed array in its internal representation, and returns False otherwise. PackedArrayQ[expr, type] returns True if expr is a ...