Primes
(Built-in Mathematica Symbol) Primes represents the domain of prime numbers, as in x \[Element] Primes.
LibraryFunction[args] represents a function that has been loaded from a Wolfram Library.
FinancialBond[params, ambientparams] gives the value of a financial bond instrument.FinancialBond[params, ambientparams, prop] computes the specified property prop.
LibraryFunctionError[name, code] represents an error returned from a LibraryFunction.
MatchQ
(Built-in Mathematica Symbol) MatchQ[expr, form] returns True if the pattern form matches expr, and returns False otherwise.
ChampernowneNumber[b] gives the base-b Champernowne number C_b.ChampernowneNumber[] gives the base-10 Champernowne number.
CUDAFunctionInformation[fun] returns information about a CUDAFunction.
PolynomialReduce[poly, {poly_1, poly_2, ...}, {x_1, x_2, ...}] yields a list representing a reduction of poly in terms of the poly_i. The list has the form {{a_1, a_2, ...}, ...
SpanCharacterRounding is an option for selections that specifies the method used for rounding a spanning character when its size is to be adjusted.
OpenCLFunctionLoad[prog, fun, argtypes, blockdims] loads fun from source code prog, returning an OpenCLFunction object.OpenCLFunctionLoad[{progfile}, fun, argtypes, ...