im_w_of_x

Uses methods similar to the erfcx calculation: continued fractions for large |x|, a lookup table of Chebyshev polynomials for smaller |x|, and finally a Taylor expansion for |x|<0.01.

@safe @nogc pure nothrow
double
im_w_of_x
(
double x
)

Meta