3.94. __nv_exp

double @__nv_exp(double %x)

Calculate the base \(e\) exponential of the input argument.

Calculate the base \(e\) 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 \(e^x\).