ArcTan
(Built-in Mathematica Symbol) ArcTan[z] gives the arc tangent tan -1 (z) of the complex number z. ArcTan[x, y] gives the arc tangent of y/x, taking into account which quadrant the point (x, y) is in.
ArithmeticGeometricMean[a, b] gives the arithmetic-geometric mean of a and b.
Assuming[assum, expr] evaluates expr with assum appended to $Assumptions, so that assum is included in the default assumptions used by functions such as Refine, Simplify, and ...
BellB
(Built-in Mathematica Symbol) BellB[n] gives the Bell number B_n. BellB[n, x] gives the Bell polynomial B_n (x).
BesselJ
(Built-in Mathematica Symbol) BesselJ[n, z] gives the Bessel function of the first kind J_n (z).
CheckboxBar[x, {val_1, val_2, ...}] represents a checkbox bar with setting x and with checkboxes for values val_i to include in the list x.CheckboxBar[Dynamic[x], {val_1, ...
ComplexExpand[expr] expands expr assuming that all variables are real. ComplexExpand[expr, {x_1, x_2, ...}] expands expr assuming that variables matching any of the x_i are ...
CoshIntegral[z] gives the hyperbolic cosine integral Chi(z).
CosIntegral[z] gives the cosine integral function Ci(z).
Erfi
(Built-in Mathematica Symbol) Erfi[z] gives the imaginary error function erf(i z)/i.