Apply
(Built-in Mathematica Symbol) Apply[f, expr] or f @@ expr replaces the head of expr by f. Apply[f, expr, {1}] or f @@@ expr replaces heads at level 1 of expr by f.Apply[f, expr, levelspec] replaces heads ...
Arg
(Built-in Mathematica Symbol) Arg[z] gives the argument of the complex number z.
ConditionalExpression[expr, cond] is a symbolic construct that represents the expression expr when the condition cond is True.
NProbability[pred, x \[Distributed] dist] gives the numerical probability for an event that satisfies the predicate pred under the assumption that x follows the probability ...
RuntimeOptions is an option for Compile that specifies runtime settings for the compiled function it creates.
Here the standard procedure used by Mathematica to evaluate expressions is described. This procedure is the one followed for most kinds of expression. There are, however, ...
OpenCLQ[] returns True if the system has OpenCL support.
TetGenGetFacetHoles[expr] gets the holes in the facets.
int MLBytesToPut (MLINK link, int *n) calculates the number of bytes remaining to be written in the textual representation of the current data, and stores the result in n.
Probability[pred, x \[Distributed] dist] gives the probability for an event that satisfies the predicate pred under the assumption that x follows the probability distribution ...