Defer
(Built-in Mathematica Symbol) Defer[expr] yields an object that displays as the unevaluated form of expr, but that is evaluated if it is explicitly given as Mathematica input.
Degree
(Built-in Mathematica Symbol) Degree gives the number of radians in one degree. It has a numerical value of \[Pi]/180.
ExtentElementFunction is an option to DiscretePlot and DiscretePlot3D that gives a function to use to generate the primitives for rendering each extent element.
FromDMS
(Built-in Mathematica Symbol) FromDMS[{d, m, s}] converts from degrees, minutes, and seconds to decimal degrees. FromDMS["dms"] converts from a DMS string to decimal degrees.FromDMS["latlong"] converts ...
GeoDirection[{lat_1, long_1}, {lat_2, long_2}] gives the azimuthal direction from one latitude-longitude position on the Earth to another.GeoDirection[pos_1, pos_2] gives the ...
GraphHighlight is an option to Graph and related objects that specifies graph elements to highlight.
Greater
(Built-in Mathematica Symbol) x > y yields True if x is determined to be greater than y. x_1 > x_2 > x_3 yields True if the x_i form a strictly decreasing sequence.
IntegerQ[expr] gives True if expr is an integer, and False otherwise.
IntegerString[n] gives a string consisting of the decimal digits in the integer n. IntegerString[n, b] gives a string consisting of the base b digits in the integer n. ...
Intersection[list_1, list_2, ...] gives a sorted list of the elements common to all the list_i.