BesselK
(Built-in Mathematica Symbol) BesselK[n, z] gives the modified Bessel function of the second kind K_n (z).
ArcCoth
(Built-in Mathematica Symbol) ArcCoth[z] gives the inverse hyperbolic cotangent coth -1 (z) of the complex number z.
Accuracy[x] gives the effective number of digits to the right of the decimal point in the number x.
Power series are represented in Mathematica as SeriesData objects. The power series is printed out as a sum of terms, ending with O[x] raised to a power. Internally, however, ...
IntegerLength[n] gives the number of digits in the base 10 representation of the integer n.IntegerLength[n, b] gives the number of digits in the base b representation of n.
$MinMachineNumber is the smallest positive machine-precision number that can be used on a particular computer system.
A Bernoulli equation is a first-order equation of the form The problem of solving equations of this type was posed by James Bernoulli in 1695. A year later, in 1696, G. ...
RSolve
(Built-in Mathematica Symbol) RSolve[eqn, a[n], n] solves a recurrence equation for a[n]. RSolve[{eqn_1, eqn_2, ...}, {a_1[n], a_2[n], ...}, n] solves a system of recurrence equations. RSolve[eqn, a[n_1, ...
RiemannSiegelTheta[t] gives the Riemann\[Dash]Siegel function \[CurlyTheta](t).
False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.