Re
(Built-in Mathematica Symbol) Re[z] gives the real part of the complex number z.
SinIntegral[z] gives the sine integral function Si(z).
CUDAFunction[args] represents a function loaded using CUDAFunctionLoad.
OpenCLFunction[args] represents a function loaded using OpenCLFunctionLoad.
Because GPUs are SIMD machines, to exploit CUDA's potential you must pose the problem in an SIMD manner. Computation that can be partitioned in such a way that each thread ...
RemoteKernelClose[kernel] closes a Lightweight Grid kernel.
AlgebraicIntegerQ[a] yields True if a is an algebraic integer, and yields False otherwise.
AlgebraicNumberNorm[a] gives the norm of the algebraic number a.
ArcCsch
(Built-in Mathematica Symbol) ArcCsch[z] gives the inverse hyperbolic cosecant csch -1 (z) of the complex number z.
ArcSech
(Built-in Mathematica Symbol) ArcSech[z] gives the inverse hyperbolic secant sech -1 (z) of the complex number z.