HighlightGraph[g, {a_1, a_2, ...}] highlights the a_i that can be vertices, edges, or subgraphs of g.HighlightGraph[g, {..., w_j[a_j], ...}] highlights using the symbolic ...
ToVerboseXML[expr] generates an equivalent SymbolicXML expression that explicitly exposes all the namespace information for elements and attributes in expr. ...
C
(Mathematica Import/Export Format) C programming language. General purpose implementation language for computer systems and applications. Developed at Bell Telephone Laboratories in 1972.
StirlingS1[n, m] gives the Stirling number of the first kind S_n^(m).
DateList[] gives the current local date and time in the form {year, month, day, hour, minute, second}. DateList[time] gives a date list corresponding to an AbsoluteTime ...
Animator[u] represents an object that displays with the value of u being continually increased from 0 to 1 with time. Animator[u, {u_min, u_max}] makes u vary from u_min to ...
AspectRatio is an option for Graphics and related functions that specifies the ratio of height to width for a plot.
NumberQ
(Built-in Mathematica Symbol) NumberQ[expr] gives True if expr is a number, and False otherwise.
Real
(Built-in Mathematica Symbol) Real is the head used for real (floating-point) numbers.
Standardize[list] shifts and rescales the elements of list to have zero mean and unit sample variance.Standardize[list, f_1] shifts the elements in list by f_1[list] and ...