3.97. __nv_exp2

double @__nv_exp2(double %x)

Calculate the base 2 exponential of the input argument.

Calculate the base 2 exponential of the input argument x.

Note

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

Returns

Returns \(2^x\).