LibraryVersionInformation[lib] returns a list of rules of library version information.
Cot
(Built-in Mathematica Symbol) Cot[z] gives the cotangent of z.
DSolve can be used for finding the general solution to a differential equation or system of differential equations. The general solution gives information about the structure ...
PolynomialQuotientRemainder[p, q, x] gives a list of the quotient and remainder of p and q, treated as polynomials in x.
ChineseRemainder[{r_1, r_2, ...}, {m_1, m_2, ...}] gives the smallest non-negative x that satisfies all the integer congruences x mod m_i = r_i mod m_i.
Rescale
(Built-in Mathematica Symbol) Rescale[x, {min, max}] gives x rescaled to run from 0 to 1 over the range min to max. Rescale[x, {min, max}, {x_min, x_max}] gives x rescaled to run from x_min to x_max over ...
ContourStyle is an option for contour plots that specifies the style in which contour lines or surfaces should be drawn.
PasteBoxFormInlineCells is an option for cells that specifies whether a new inline cell is created when a typeset expression is pasted into a non-box-type cell.
NonlinearFit is replaced by FindFit. NonlinearRegress functionality is now available using the built-in function NonlinearModelFit.
Ratios
(Built-in Mathematica Symbol) Ratios[list] gives the successive ratios of elements in list. Ratios[list, n] gives the n\[Null]^th iterated ratios of list. Ratios[list, {n_1, n_2, ...}] gives the ...