IntegerExponent[n, b] gives the highest power of b that divides n.
OpenCLFunctionInformation[oclfun] returns information on OpenCLFunction oclfun such as build log, build options, source code, etc.
Real
(Built-in Mathematica Symbol) Real is the head used for real (floating-point) numbers.
FixedPointList[f, expr] generates a list giving the results of applying f repeatedly, starting with expr, until the results no longer change.
ExpIntegralE[n, z] gives the exponential integral function E_n (z).
JacobiCN[u, m] gives the Jacobi elliptic function cn(u | m).
JacobiDN[u, m] gives the Jacobi elliptic function dn(u | m).
DirichletTransform[expr, n, s] gives the Dirichlet transform of expr with respect to n.
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...