3.73. __nv_drcp_rn

double @__nv_drcp_rn(double %x)

Compute \(\frac{1}{x}\) in round-to-nearest-even mode.

Compute the reciprocal of x in round-to-nearest-even mode.

Note

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

Note

Requires compute capability >= 2.0.

Returns

Returns \(\frac{1}{x}\).