ReferenceFunctionsEngineering Functions
ERF.PRECISE
ERF.PRECISE: Returns the error function of a number.
Summary
This is the one-argument precise variant of ERF.
Remarks
- Input is numerically coerced.
- Equivalent to
ERF(x)in single-argument mode. - Results are approximate floating-point values.
Examples
Positive input
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.8427007929497149
Negative input
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
-0.8427007929497149
Related functions
FAQ
How is ERF.PRECISE different from ERF?
ERF.PRECISE is the one-argument form only; numerically it matches ERF(x) for single input mode.
Runtime metadata
Category
Engineering
Signature
ERF.PRECISE(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PURE
Source