Function ErrorF(x)

ErrorF

ErrorF(
       x             ! (input) numerical expression
       )

Arguments

x

A scalar numerical expression.

Return Value

The function ErrorF returns the error function value \({\frac{1}{\sqrt{2\pi}}} \int_{-\infty}^x e^{-{\frac{t^2}{2}}}\, dt\).

Note

The function ErrorF can be used in constraints of nonlinear mathematical programs.

See also

Arithmetic functions are discussed in full detail in Arithmetic Functions of the Language Reference.