SetArithmetic[d] sets the number of digits of precision d to be used in ComputerNumber objects.SetArithmetic[d, b] sets the number of digits of precision d and the base b to ...
LinkRanks[g] gives the link ranks of the directed graph g as a rule list.
StrongComponents[g] gives a list of all strongly connected components in the directed graph g.
WeakComponents[g] gives a list of all weakly connected components in the undirected graph g.
VarianceRatioCI[list_1, list_2] gives a confidence interval for the ratio of the population variances estimated from list_1 and from list_2.
LegendPosition is an option for Legend, which specifies the location of the lower-left corner of a legend box.
DataTicks is an option for PairwiseScatterPlot which specifies ticks to place on the plot for each column of data.
CrossProduct[v_1, v_2] gives the cross product of the two 3-vectors v_1, v_2 in the default coordinate system. CrossProduct[v_1, v_2, coordsys] gives the cross product of v_1 ...
Curl
(Vector Analysis Package Symbol) Curl[f] gives the curl, \[Del]*f, of the vector field f in the default coordinate system. Curl[f, coordsys] gives the curl of f in the coordinate system coordsys.
DotProduct[v_1, v_2] gives the dot product of the two 3-vectors v_1, v_2 in the default coordinate system. DotProduct[v_1, v_2, coordsys] gives the dot product of v_1 and v_2 ...