Inverse Error Function in C

后端 未结 3 1666
萌比男神i
萌比男神i 2021-01-02 04:12

Is it possible to calculate the inverse error function in C?

I can find erf(x) in which calculates the error function, but I

3条回答
  •  独厮守ぢ
    2021-01-02 04:43

    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.

提交回复
热议问题