3.264. __nv_normcdfinvf

float @__nv_normcdfinvf(float %x)

Calculate the inverse of the standard normal cumulative distribution function.

Calculate the inverse of the standard normal cumulative distribution function for input argument y, \(\Phi^{-1}(y)\). The function is defined for input values in the interval \((0, 1)\).

Note

For accuracy information, see the CUDA C++ Programming Guide, Mathematical Functions Appendix, Single-Precision Floating-Point Functions section.

Returns

  • __nv_normcdfinvf(0) returns \(-\infty\).

  • __nv_normcdfinvf(1) returns \(+\infty\).

  • __nv_normcdfinvf(x) returns NaN if x is not in the interval [0,1].