/** * Inverse error function approximation */ export declare function inverseErf(x: number): number;