TRUECALC
Functions

ERF

Error function

Try it

When to use it

When should I use ERF?

Use ERF to compute the error function integrated from a lower limit (and optionally to an upper limit) — it appears in probability, statistics, and diffusion/heat-transfer calculations.

Used in

engineering · science

Syntax

ERF(lower_limit, [upper_limit])

Examples

=ERF(1) // => 0.8427007929497151
=ERF(-2.3,-0.7) // => 0.32105562956522504
=ERF(0) // => 0

On this page