XLPack
7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches
C8. Error functions
Dawson
Dawson_sub
Erf
Erfc
Erfci
Erfci_sub
Erfi
Erfi_sub
Fresc
Fresc_sub
Fress
Fress_sub
◆
Erfc()
Function Erfc
(
X As
Double
,
Optional Info As
Long
)
Complementary error function erfc(x)
Purpose
This routine computes the complementary error function.
erfc(x) = 2/√π ∫exp(-t^2) dt [x, ∞]
Returns
Double
Complementary error function erfc(x).
Parameters
[in]
X
Argument x.
[out]
Info
(Optional) = 0: Successful exit.
= 1: Floating point range error.
Generated by
1.9.7