Scilab Function

erf - The error function.

Calling Sequence

y = erf(x)

Parameters

Description

erf computes the error function:

                    /x     2
            2       |    -t
     y = -------    |   e    dt
         sqrt(pi)  /0
                   
   

Examples

See Also

Author