HyperMath

Erf

Erf

Previous topic Next topic No expanding text in this topic  

Erf

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Generates the Erf function values for given points.

Syntax

e = Erf(x)

Argument

Name

Description

 

x

A scalar, vector or matrix of points where the error function is to be evaluated.

Output

Name

Description

 

e

A scalar or vector of the error function values at the given points.  The same size as x.

Example

Find the error function at points 0, 2, and 3.

 

Syntax

 

e = Erf([0,2,3])

 

Result

 

e =  0    0.9953    1.0000

See Also:

Beta

Gamma