erfcx top-level property

MemoizedFunction<num, double> erfcx
final

Returns an approximation of the complementary scaled error function defined as:

erfcx(x) = exp(x * x) * erfc(x)

Implementation

final erfcx = MemoizedFunction(_erfcx);