SymbolicCUDAFunction[name, args] is a symbolic representation of a CUDA function declaration.SymbolicCUDAFunction[name, args, body] is a symbolic representation of a CUDA ...
SymbolicOpenCLFunction[name, args] is a symbolic representation of an OpenCL function declaration.SymbolicOpenCLFunction[name, args, body] is a symbolic representation of an ...
Mathematica is widely used throughout the world for precollege education, in mathematics and many other fields. This page lists a few Mathematica functions used particularly ...
$PathnameSeparator is a string used as a separator when full file and directory names are constructed.
Majority[e_1, e_2, ...] gives True if the majority of the e_i are True, and False if the majority are False.
WeierstrassInvariants[{\[Omega], \[Omega]^\[Prime]}] gives the invariants {g_2, g_3} for Weierstrass elliptic functions corresponding to the half-periods {\[Omega], ...
Unitize
(Built-in Mathematica Symbol) Unitize[x] gives 0 when x is zero, and 1 when x has any other numerical value.
Output formats for numbers. These numbers are given in the default output format. Large numbers are given in scientific notation. This gives all numbers in scientific ...
Making lists from functions. This makes a list of 5 elements, each of the form p[i]. Here is another way to produce the same list.