ArcCosh
(Built-in Mathematica Symbol) ArcCosh[z] gives the inverse hyperbolic cosine cosh -1 (z) of the complex number z.
CosIntegral[z] gives the cosine integral function Ci(z).
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.
LogIntegral[z] is the logarithmic integral function li(z).
ModularLambda[\[Tau]] gives the modular lambda elliptic function \[Lambda](\[Tau]).
SpokenString[expr] gives a string of text corresponding to a spoken representation of the expression expr.
FindMaximum[f, x] searches for a local maximum in f, starting from an automatically selected point.FindMaximum[f, {x, x_0}] searches for a local maximum in f, starting from ...
FindMinimum[f, x] searches for a local minimum in f, starting from an automatically selected point.FindMinimum[f, {x, x_0}] searches for a local minimum in f, starting from ...
ProvablePrimeQ[n] gives True if n is provably prime, and False otherwise.
In some cases, such as in a cluster environment, the machine may be run in headless mode, that is, not starting the GUI server (such as X). The operating system may ...