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:
Argument | Description |
---|
lower_limit | The lower limit of integration. |
upper_limit | The 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.
