3.93. __nv_erfinvf
-
float @__nv_erfinvf(float %x)
Calculate the inverse error function of the input argument.
Calculate the inverse error function of the input argument
y, foryin the interval [-1, 1]. The inverse error function finds the valuexthat satisfies the equationy= erf(x), for \(-1 \le y \le 1\) , and \(-\infty \le x \le \infty\).Note
For accuracy information, see the CUDA C++ Programming Guide, Mathematical Functions Appendix, Single-Precision Floating-Point Functions section.
- Returns
__nv_erfinvf(1) returns \(+\infty\).
__nv_erfinvf(-1) returns \(-\infty\).