Accumulate[list] gives a list of the successive accumulated totals of elements in list.
Convergents[list] gives a list of the convergents corresponding to the continued fraction terms list.Convergents[x, n] gives the first n convergents for a number ...
ExponentFunction is an option for NumberForm and related functions that determines the exponent to use in printing approximate real numbers.
MatchingDissimilarity[u, v] gives the matching dissimilarity between Boolean vectors u and v.
MinimalPolynomial[s, x] gives the minimal polynomial in x for which the algebraic number s is a root.
RamanujanTauL[s] gives the Ramanujan tau Dirichlet L-function L(s).
The built-in Mathematica iteration functions such as Table and Sum evaluate their arguments in a slightly special way. When evaluating an expression like Table[f,{i,i_max}], ...
OpenCLMemoryGet[mem] gets OpenCLMemory into the CPU and Mathematica.
OpenCLMemoryUnload[mem_1, mem_2, ...] unloads OpenCLMemory from the OpenCLLink memory manager.
Programming OpenCL in Mathematica is simple since the user need not write C wrapper code—which can be quite verbose, difficult to understand, and hard to debug. Using ...