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

◆ Erfi_sub()

Sub Erfi_sub ( Ret As  Double,
P As  Double,
Optional Info As  Long 
)

Error function erf(x) inverse (Subroutine version)

Purpose
Computes a value x such that p = erf(x), where p is the specified value of the error function.
Parameters
[out]RetValue of x.
[in]PArgument p. (-1 < P < 1)
[out]Info(Optional) = 0: Successful exit.
= -1: The argument P had an illegal value. (P <= -1 or P >= 1)
= 1: Floating point range error.
Reference
boost/math/special_functions