Integers represents the domain of integers, as in x \[Element] Integers.
PermutationOrder[perm] gives the order of permutation perm.
The GUIKit framework makes it relatively easy to reuse interface definitions because of its automatic use of private symbol contexts for each instance of a definition. There ...
SymmetricPolynomial[k, {x_1, ..., x_n}] gives the k\[Null]^th elementary symmetric polynomial in the variables x_1, ..., x_n.
FinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.FinancialDerivative[instrument, params, ambientparams, prop] ...
Radius
(Numerical Calculus Package Symbol) Radius is an option to NSeries that specifies the radius of the circle around which the function is to be sampled.
int MLEvaluateString (MLINK link, char *string) sends a string to Mathematica for evaluation, and discards any packets sent in response.
int MLGetArgCount (MLINK link, int *n) finds the number of arguments to a function on link and stores the result in n.
int MLTestHead (MLINK link, const char *head, int *n) tests that the next object to be read from link is an expression with head head, and stores the number of arguments of ...
int MLPutReal64 (MLINK link, double x) puts the double-precision floating-point number x to the MathLink connection specified by link.