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

◆ Erfci()

Function Erfci ( Q As  Double,
Optional Info As  Long 
)

Complementary error function erf(x) inverse

Purpose
Computes a value x such that q = erfc(x), where q is the specified value of the complementary error function.
Returns
Double
Value of x.
Parameters
[in]QArgument q. (0 < Q < 2)
[out]Info(Optional) = 0: Successful exit.
= -1: The argument Q had an illegal value. (Q <= 0 or Q >= 2)
= 1: Floating point range error.
Reference
boost/math/special_functions