RamanujanTauL[s] gives the Ramanujan tau Dirichlet L-function L(s).
RuntimeAttributes is an option for Compile that specifies attributes for the compiled function it creates.
SquaredEuclideanDistance[u, v] gives the squared Euclidean distance between vectors u and v.
StirlingS1[n, m] gives the Stirling number of the first kind S_n^(m).
TrigFactor[expr] factors trigonometric functions in expr.
VertexCoordinateRules is an option for GraphPlot and related functions which specifies rules for determining the coordinates at which vertices should be placed.
WaitNext[{eid_1, eid_2, ...}] waits until the first evaluation represented by any of the eid_i finishes, then returns its result, the corresponding eid_i, and the list of ...
Xnor
(Built-in Mathematica Symbol) Xnor[e_1, e_2, ...] is the logical XNOR (not XOR) function. It gives True if an even number of the e_i are True, and the rest are False. It gives False if an odd number of ...
Following are two examples of nonlinear systems of ODEs that can be solved symbolically using DSolve. The first three equations in this system of four nonlinear ODEs can be ...
CUDAArgMinList[list] gives the index of the minimum element in list.