Is it possible to calculate the inverse error function in C?
I can find erf(x) in which calculates the error function, but I
erf(x)
I don't think it's a standard implementation in , but there are other C math libraries that have implement the inverse error function erfinv(x), that you can use.
erfinv(x)