/** * Evaluates the complementary inverse error function for an input value. * @private * @param x - Input value. * @returns Evaluated complementary inverse error function. */ export default function erfcinv(x: number): number; //# sourceMappingURL=erfcinv.d.ts.map