ERF

ERF Gauss error function

Synopsis

ERF(lower,upper)

Arguments

lower: lower limit of the integral, defaults to 0

upper: upper limit of the integral

Description

ERF returns 2/sqrt(π)* integral from lower to upper of exp(-t*t) dt

Microsoft Excel Compatibility

This function is Excel compatible if two arguments are supplied and neither is negative.

See also

ERFC.