SpearmanRankCorrelation[xlist, ylist] gives Spearman's rank correlation coefficient \[Rho] for the real-valued vectors xlist and ylist.
RungeKuttaOrderConditions[p, s] gives a list of the order conditions that any s-stage Runge\[Dash]Kutta method of order p must satisfy. RungeKuttaOrderConditions[p] gives the ...
RawXML["string"] represents a raw string fragment of XML that can be used inside a SymbolicXML expression.
AlgebraicIntegerQ[a] yields True if a is an algebraic integer, and yields False otherwise.
Commonest[list] gives a list of the elements that are the most common in list.Commonest[list, n] gives a list of the n most common elements in list.
ConnectedGraphQ[g] yields True if the graph g is connected, and False otherwise.
DateDifference[date_1, date_2] gives the number of days from date_1 to date_2.DateDifference[date_1, date_2, " unit"] gives the difference between date_1 and date_2 in the ...
ImageRotate[image] rotates image counterclockwise by 90\[Degree].ImageRotate[image, side] rotates image to make the top of the image be on the specified ...
IsolatingInterval[a] gives a rational isolating interval for the algebraic number a.IsolatingInterval[a, dx] gives an isolating interval of width at most dx.
JoinForm[type] is a graphics directive that specifies what type of joins should be used to connect segments of lines, tubes, edges, and related primitives.