GeoPositionXYZ[{x, y, z}] represents a position in a Cartesian geocentric coordinate system.GeoPositionXYZ[{x, y, z}, datum] represents a point referred to the specified ...
GraphComplement[g] gives the graph complement of the graph g.
GraphDifference[g_1, g_2] gives the graph difference of the graphs g_1 and g_2.
GraphDisjointUnion[g_1, g_2] gives the graph disjoint union of the graphs g_1 and g_2.GraphDisjointUnion[g_1, g_2, ...] gives the disjoint union of g_1, g_2, ....
GraphHighlight is an option to Graph and related objects that specifies graph elements to highlight.
GraphIntersection[g_1, g_2] gives the graph intersection of the graphs g_1 and g_2.GraphIntersection[g_1, g_2, ...] gives the graph intersection of g_1, g_2, ....
GroupCentralizer[group, g] returns the centralizer of the element g in group.
HigmanSimsGroupHS[] represents the sporadic simple Higman\[Dash]Sims group HS.
ImageAdd[image, x] adds an amount x to each channel value in image.ImageAdd[image_1, image_2] gives an image in which each pixel is the sum of the corresponding pixels in ...
ImageClip[image] clips all channel values in image to lie in the default range.ImageClip[image, {min, max}] clips channel values to lie in the range from min to ...