![]() |
Stan Math Library
5.4.0
Automatic Differentiation
|
|
inline |
Cody (1969) third-interval rational, valid for x >= 4.
erfcx(x) = (INV_SQRT_PI + u * C(u)) / x with u = 1 / x^2 and C the Cody correction. u * C(u) is formed from the coefficients in x^2, so 1 / x^2 is never formed.
| x | argument, x >= 4 |