Pi
(Built-in Mathematica Symbol) Pi is \[Pi], with numerical value \[TildeEqual] 3.14159.
QHypergeometricPFQ[{a_1, ..., a_r}, {b_1, ..., b_s}, q, z] gives the basic hypergeometric series \[Null]_r \[Phi]_s (a; b; q; z).
SeriesData[x, x_0, {a_0, a_1, ...}, n_min, n_max, den] represents a power series in the variable x about the point x_0. The a_i are the coefficients in the power series. The ...
In most cases, you want the head f of a Mathematica expression like f[x] to be a single symbol. There are, however, some important applications of heads that are not symbols. ...
There are many situations where you want to write a particular algebraic expression in the simplest possible form. Although it is difficult to know exactly what one means in ...
The built-in functions of Mathematica implement a very large number of algorithms from computer science and mathematics. Some of these algorithms are fairly old, but the vast ...
Sech
(Built-in Mathematica Symbol) Sech[z] gives the hyperbolic secant of z.
.NET/Link provides Mathematica users with the ability to interact with arbitrary .NET types directly from Mathematica. You can create objects and call methods and properties ...
Erfc
(Built-in Mathematica Symbol) Erfc[z] gives the complementary error function erfc(z).
Erf
(Built-in Mathematica Symbol) Erf[z] gives the error function erf(z). Erf[z_0, z_1] gives the generalized error function erf(z_1) - erf(z_0).