ERF function

The ERF function is one of the engineering functions. It is used to calculate the error function integrated between the specified lower and upper limits.

Syntax

ERF(lower_limit, [upper_limit])

The ERF function has the following arguments:

ArgumentDescription
lower_limitThe lower limit of integration.
upper_limitThe upper limit of integration. It is an optional argument. If it is omitted, the function will calculate the error function integrated between 0 and lower_limit.
Notes

How to apply the ERF function.

Examples

The figure below displays the result returned by the ERF function.

ERF Function

Article with the tag:
Browse all tags