3.183. __nv_fsqrt_ru

float @__nv_fsqrt_ru(float %x)

Compute \(\sqrt{x}\) in round-up mode.

Compute the square root of x in round-up (to positive infinity) mode.

Note

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

Returns

Returns \(\sqrt{x}\).