XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches

◆ Erf()

Function Erf ( X As  Double)

Error function erf(x)

Purpose
This routine computes the error function.
erf(x) = 2/√π ∫exp(-t^2) dt [0, x]
Returns
Double
Error function erf(x).
Parameters
[in]XArgument x.