Functions
ERF.PRECISE
Error function (precise)
Try it
When to use it
When should I use ERF.PRECISE instead of ERF?
Use ERF.PRECISE when you need a single-argument error function evaluated from 0 to x with full precision; it is identical to ERF(x) but does not accept an upper_limit argument.
Used in
Syntax
ERF.PRECISE(x)Examples
=ERF.PRECISE(1) // => 0.8427007929497151
=ERF.PRECISE(0) // => 0
=ERF.PRECISE(2) // => 0.9953222650189527