Finds the argument numbered by i within the given expression.
Empty() if that argument does not exist or is not specified.
Arg Expr() was deprecated in a previous release of JMP. Use Arg() instead.
Evaluates any expressions within expr, but leaves the outer expression unevaluated.
An expression with all the expressions inside expr evaluated.
A pattern that matches the specified pattern.
Head Expr() is deprecated. Use Head() instead.
Head Name Expr() is deprecated. Use Head Name() instead.
expr an expression that defines the integrand.
varname the name of the variable of integration. If this variable contains a value, that value specifies a starting value that is used as a typical value to improve the accuracy of the integral.
lowLimit specifies the lower limit of integration. To specify negative infinity as the lower limit of integration, set this to missing.
upLimit specifies the upper limit of integration. To specify positive infinity as the upper limit of integration, set this to missing.
StoreInfo saves diagnostics of the numerical integration routine to the argument of StoreInfo().
StartingValue specifies a starting value that is used as a typical value to improve the accuracy of the integral.