3.77. __nv_dsqrt_rn

double @__nv_dsqrt_rn(double %x)

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

Compute the square root 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 \(\sqrt{x}\).