ERF

Name

ERF -- 

Synopsis

ERF(lower limit[,upper_limit])

Description

ERF function returns the integral of the error function between the limits. If the @upper_limit ommitted ERF returns the integral between zero and the @lower_limit.

If either @lower_limit or @upper_limit are not numeric a #VALUE! error is returned. If either @lower_limit or @upper_limit are < 0 a #NUM! error is returned. This function is Excel compatible.

Examples

ERF(0.4) equals 0.428392355.

See also

ERFC