erfcInv function

double erfcInv(
  1. num x
)

Returns the inverse complementary error function.

Implementation

double erfcInv(num x) => -erfInv(x - 1.0);