ListPolarPlot[{r_1, r_2, ...}] plots points equally spaced in angle at radii r_i.ListPolarPlot[{{\[Theta]_1, r_1}, {\[Theta]_2, r_2}, ...}] plots points at polar coordinates ...
EllipticNomeQ[m] gives the nome q corresponding to the parameter m in an elliptic function.
p : v is a pattern object that represents an expression of the form p, which, if omitted, should be replaced by v.
Cot
(Built-in Mathematica Symbol) Cot[z] gives the cotangent of z.
SinhIntegral[z] gives the hyperbolic sine integral function Shi(z).
RamanujanTau, RamanujanTauTheta, and RamanujanTauZ have been added to the built-in Mathematica kernel. RamanujanTauDirichletSeries is now available as the newly added ...
With
(Built-in Mathematica Symbol) With[{x = x_0, y = y_0, ...}, expr] specifies that in expr occurrences of the symbols x, y, ... should be replaced by x_0, y_0, ....
NormalDistribution[\[Mu], \[Sigma]] represents a normal (Gaussian) distribution with mean \[Mu] and standard deviation \[Sigma].NormalDistribution[] represents a normal ...
MakeBoxes[expr, form] is the low-level function used in Mathematica sessions to convert expressions into boxes. MakeBoxes[expr] is the function to convert expr to ...
EllipticExpPrime[u, {a, b}] gives the derivative of EllipticExp[u, {a, b}] with respect to u.