Circle
(Built-in Mathematica Symbol) Circle[{x, y}, r] is a two-dimensional graphics primitive that represents a circle of radius r centered at the point x, y. Circle[{x, y}] gives a circle of radius 1. ...
With the default option setting Lighting->Automatic, Mathematica uses a simulated lighting model to determine how to color polygons in three-dimensional graphics. Mathematica ...
MaximalIndependentVertexSet[g] gives a maximal independent vertex set of an undirected graph g.MaximalIndependentVertexSet[g, w] gives a maximal independent vertex set of g ...
JacobiCD[u, m] gives the Jacobi elliptic function cd(u | m).
JacobiCS[u, m] gives the Jacobi elliptic function cs(u | m).
JacobiDC[u, m] gives the Jacobi elliptic function dc(u | m).
JacobiNC[u, m] gives the Jacobi elliptic function nc(u | m).
JacobiNS[u, m] gives the Jacobi elliptic function ns(u | m).
JacobiSC[u, m] gives the Jacobi elliptic function sc(u | m).
NumericQ[expr] gives True if expr is a numeric quantity, and False otherwise.